void main() { object oTarget; int nInt; object oPC = GetPCSpeaker(); oTarget = GetObjectByTag("Calingo1"); AssignCommand(oTarget, ActionMoveToObject(GetObjectByTag("WP_Calingo2"))); oTarget = GetObjectByTag("Calingo1"); nInt = GetObjectType(oTarget); oTarget = GetObjectByTag("Calingo1"); DestroyObject(oTarget, 3.0); oTarget = GetObjectByTag("TGS2"); AssignCommand(oTarget, ActionMoveToObject(GetObjectByTag("WP_Calingo2"))); oTarget = GetObjectByTag("TGS2"); nInt = GetObjectType(oTarget); oTarget = GetObjectByTag("TGS2"); DestroyObject(oTarget, 3.0); oTarget = GetObjectByTag("TGS3"); AssignCommand(oTarget, ActionMoveToObject(GetObjectByTag("WP_Calingo2"))); oTarget = GetObjectByTag("TGS3"); nInt = GetObjectType(oTarget); oTarget = GetObjectByTag("TGS3"); DestroyObject(oTarget, 3.0); }