Jump to content

Home

Canderis

Members
  • Posts

    2912
  • Joined

  • Last visited

Personal Information

  • Location
    Chicago
  • Occupation
    Web-Applications Developer
  • Current Game
    Skyrim
  • Resolution
    1680x1050
  • Height in cm
    1

Contact Information

  • Steam ID
    canderis

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Canderis's Achievements

Newbie

Newbie (1/14)

10

Reputation

Single Status Update

See all updates by Canderis

  1. hey could you tell me why these wont work?

     

    this is the padawan mod i did so far...

     

    /******************

    k_pend_pod01.nss

    *******************/

    void main () {

    StartNewModule("STUNT_00","01c");

     

    then i start a new file

     

    /******************

    padawan_1.nss

    *******************/

    void main() {

    object oPC=GetFirstPC();

    AddMutliClass(CLASS_TYPE_JEDISENTINEL,oPC);

    GiveXPToCreature(oPC,1500);

    GiveGoldToCreature(oPC,600);

    CreateItemOnObject("g_a_jedirobe01",oPC);

    CreateItemOnObject("g_a_jedirobe02",oPC);

    CreateItemOnObject("g_a_jedirobe03",oPC);

    CreateItemOnObject("g_a_jedirobe04",oPC);

    k_act_lightghigh

    k_act_lightmed

    k_act_lightsml

    CreateItemOnObject("g_w_shortsbr04",GetFirstPC());

     

    but they had no effect please help

×
×
  • Create New...