Jump to content

Home

i need a script (again...) for k1


Canderis

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...