void main() { object oTarget; int nInt; object oPC = GetPCSpeaker(); oTarget = GetObjectByTag("Roggor3"); AssignCommand(oTarget, ActionMoveToObject(GetObjectByTag("WP_Roggor3"))); oTarget = GetObjectByTag("Roggor3"); nInt = GetObjectType(oTarget); oTarget = GetObjectByTag("Roggor3"); DestroyObject(oTarget, 2.0); }