-
Posts
2912 -
Joined
-
Last visited
Canderis's Achievements
Newbie (1/14)
10
Reputation
Single Status Update
-
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