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