Jump to content

Home

pyro32

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by pyro32

  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...