QUOTE(KaboomHahahein @ May 7 2005, 03:40 PM)
It does not allow you to save it if you don't but the ";" after each action/condition. Well the newer version at least.
[right][snapback]202938[/snapback][/right]
thank you, i feel like an idiot
oh, would that be just under conditions or under actions too?
new problem, I'm trying to add a preserve trigger condition to it, but it isn't saving
CreateUnit(1, Dark Archon, Location 0, P7);
Wait(1);
KillUnitAt(1, AnyUnit, Location 0, All Players);
Wait(25);
CreateUnit(1, Dark Archon, Location 1, P7);
Wait(1);
KillUnitAt(1, AnyUnit, Location 1, All Players);
Wait(25);
CreateUnit(1, Dark Archon, Location 2, P7);
Wait(1);
KillUnitAt(1, AnyUnit, Location 2, All Players);
Wait(25);
CreateUnit(1, Dark Archon, Location 3, P7);
Wait(1);
KillUnitAt(1, AnyUnit, Location 3, All Players);
Wait(150);
CreateUnit(1, Dark Archon, Location 2, P7);
Wait(1);
KillUnitAt(1, AnyUnit, Location 2, All Players);
Wait(150);
CreateUnit(1, Dark Archon, Location 1, P7);
Wait(1);
KillUnitAt(1, AnyUnit, Location 1, All Players);
Wait(150);
CreateUnit(1, Dark Archon, Location 0, P7);
Wait(1);
KillUnitAt(1, AnyUnit, Location 0, All Players);
Wait(150);
Comment("level 1");
and it won't save a preserve trigger action in there
on a better thought, first sf trigger i've made successfully ^_^