Ok I have had many bound problems in the past but this one by far takes the cake. i goto my bound, get to level 9 then level 9 goes once, then stops..? heres the trigger, if it helps:
Conditions:
Switch(Switch 17, Set);
Switch(Switch 15, Clear);
Switch(Switch 16, Clear);
Actions:
Comment("lvl9");
CreateUnit(1, Medic, 9 1, Force2);
CreateUnit(1, Medic, 9 2, Force2);
CreateUnit(1, Medic, 9 3, Force2);
CreateUnit(1, Medic, 9 4, Force2);
CreateUnit(1, Medic, 9 5, Force2);
CreateUnit(1, Medic, 9 6, Force2);
KillUnitAt(All, AnyUnit, 9 1, All Players);
KillUnitAt(All, AnyUnit, 9 2, All Players);
KillUnitAt(All, AnyUnit, 9 3, All Players);
KillUnitAt(All, AnyUnit, 9 4, All Players);
KillUnitAt(All, AnyUnit, 9 5, All Players);
KillUnitAt(All, AnyUnit, 9 6, All Players);
Wait(200);
CreateUnit(1, Medic, 9 7, Force2);
CreateUnit(1, Medic, 9 8, Force2);
CreateUnit(1, Medic, 9 9, Force2);
CreateUnit(1, Medic, 9 10, Force2);
CreateUnit(1, Medic, 9 11, Force2);
CreateUnit(1, Medic, 9 13, Force2);
KillUnitAt(All, AnyUnit, 9 7, All Players);
KillUnitAt(All, AnyUnit, 9 8, All Players);
KillUnitAt(All, AnyUnit, 9 9, All Players);
KillUnitAt(All, AnyUnit, 9 10, All Players);
KillUnitAt(All, AnyUnit, 9 11, All Players);
KillUnitAt(All, AnyUnit, 9 13, All Players);
Wait(200);
PreserveTrigger();
can anyone help me plz?