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