void main() { object oTarget; object oSpawn; location lTarget; object oPC = GetPCSpeaker(); oTarget = GetWaypointByTag("WP_SPn_Mathert"); lTarget = GetLocation(oTarget); oSpawn = CreateObject(OBJECT_TYPE_CREATURE, "mathert", lTarget); oTarget = GetObjectByTag("maninstocks"); DestroyObject(oTarget, 0.1); }