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