void main ( ) { // ST: X, Y, Z coordinate of where to spawn, and facing angle of NPC. location locNPC = Location(Vector(-78.74, 14.12, 0.0), 287.0); // Spawn the NPC. object oNPC = CreateObject(OBJECT_TYPE_CREATURE, "npc_mkavar", locNPC);...
[Read More]