![](https://forums.mixnmojo.com/uploads/set_resources_1/84c1e40ea0e759e3f1505eb1788ddf3c_pattern.png)
pyro32
-
Posts
6 -
Joined
-
Last visited
pyro32's Achievements
Newbie (1/14)
10
Reputation
-
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