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