Jump to content

Home

Another Question


SithlordsJedi

Recommended Posts

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

Archived

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

×
×
  • Create New...