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