void main() { object oTarget; object oSpawn; location lTarget; object oPC = GetPCSpeaker(); oTarget = GetWaypointByTag("WP_SPn_Ashkalaite"); lTarget = GetLocation(oTarget); oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "ashkalite", lTarget); }