void main() { object oTarget; int nInt; object oPC = GetLastDamager(); oTarget = GetObjectByTag("Aragyx2"); AssignCommand(oTarget, ActionMoveToObject(GetObjectByTag("WP_Aragyx2"))); oTarget = GetObjectByTag("Aragyx2"); nInt = GetObjectType(oTarget); oTarget = GetObjectByTag("Aragyx2"); DestroyObject(oTarget, 3.0); }