void main() { int nInt; object oTarget; object oPC = GetPCSpeaker(); oTarget = GetObjectByTag("Ashartoll"); AssignCommand(oTarget, ActionMoveToObject(GetObjectByTag("WP_Ashartoll"))); oTarget = GetObjectByTag("Ashartoll"); nInt = GetObjectType(oTarget); oTarget = GetObjectByTag("Ashartoll"); DestroyObject(oTarget, 3.0); }