void main() { object oTarget; int nInt; object oPC = GetPCSpeaker(); oTarget = GetObjectByTag("Radomix"); nInt = GetObjectType(oTarget); oTarget = GetObjectByTag("Radomix"); oTarget = GetObjectByTag("Lanny2"); AssignCommand(oTarget, ActionMoveToObject(GetObjectByTag("WP_Radomix"))); oTarget = GetObjectByTag("Lanny2"); nInt = GetObjectType(oTarget); oTarget = GetObjectByTag("Lanny2"); DestroyObject(oTarget, 3.0); oTarget = GetObjectByTag("Gabel2"); AssignCommand(oTarget, ActionMoveToObject(GetObjectByTag("WP_Radomix"))); oTarget = GetObjectByTag("Gabel2"); nInt = GetObjectType(oTarget); oTarget = GetObjectByTag("Gabel2"); DestroyObject(oTarget, 3.0); oTarget = GetObjectByTag("Andriano2"); AssignCommand(oTarget, ActionMoveToObject(GetObjectByTag("WP_Radomix"))); oTarget = GetObjectByTag("Andriano2"); nInt = GetObjectType(oTarget); oTarget = GetObjectByTag("Andriano2"); DestroyObject(oTarget, 3.0); oTarget = GetObjectByTag("Rashane54"); AssignCommand(oTarget, ActionMoveToObject(GetObjectByTag("WP_Radomix"))); oTarget = GetObjectByTag("Rashane54"); nInt = GetObjectType(oTarget); oTarget = GetObjectByTag("Rashane54"); DestroyObject(oTarget, 3.0); }