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