Canderis Posted September 13, 2008 Share Posted September 13, 2008 Can anyone give me a script that adds a class to a party member? Link to comment Share on other sites More sharing options...
TriggerGod Posted September 14, 2008 Share Posted September 14, 2008 Can anyone give me a script that adds a class to a party member? EDIT: Whoops. Didn't see the K1 part. Sorry Link to comment Share on other sites More sharing options...
deathdisco Posted September 15, 2008 Share Posted September 15, 2008 //SOLDIER= 0 //SCOUT= 1 //SCOUNDREL= 2 //JEDIGUARDIAN= 3 //JEDICONSULAR= 4 //JEDISENTINEL= 5 //COMBATDROID= 6 //EXPERTDROID= 7 //MINION = 8 void main() { object oNPC=GetObjectByTag("[color="Lime"]npc_tag[/color]"); //NPC's tag goes here. AddMultiClass([color="Lime"]4[/color], oNPC); //choose one of the above. 4=JediConsular } This should do it. I've used it many times. Link to comment Share on other sites More sharing options...
Canderis Posted September 15, 2008 Author Share Posted September 15, 2008 thank you i tried to figure it out my self but it didn't work that well.... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.