SithlordsJedi Posted August 23, 2005 Share Posted August 23, 2005 I have another question and I looked through the thread this time... I need to make a script that spawns an NPC only if you kill both yuthura and uthar during the last lesson on korribon. I might have missed it in the scripting thread... Link to comment Share on other sites More sharing options...
Darth333 Posted August 23, 2005 Share Posted August 23, 2005 This should do it I think the two globals for the final test in the Korriban Academy are correctbut I had a very quick look and I may have missed an option. void main() { if ((GetGlobalNumber("KOR_FINAL_TEST") == 4) || (GetGlobalNumber("KOR_FINAL_TEST") == 7)) { CreateObject(OBJECT_TYPE_CREATURE, "my_npc", Location(Vector(0.00,0.00,0.00), 0.0)); } } Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.