Ok heres the trigger please tell me why it is blowing up like this:
CODE
O O
OOO
O
O O
OOO
O...... insted of this
O O
O
O O
O ..... here is trigger:
THe O that is on the very left of page by its self is in middle forum just not spacing it how i spaced it.....
CreateUnitWithProperties(1, Archon, 1-1, P1, 2);
KillUnitAt(All, AnyUnit, 1-1, All Players);
CreateUnitWithProperties(1, Archon, 1-1-2, P1, 3);
KillUnitAt(All, AnyUnit, 1-1-2, All Players);
CreateUnitWithProperties(1, Archon, 1-1-3, P1, 4);
KillUnitAt(All, AnyUnit, 1-1-3, All Players);
CreateUnitWithProperties(1, Archon, 1-1-4, P1, 5);
KillUnitAt(All, AnyUnit, 1-1-4, All Players);
CreateUnitWithProperties(1, Archon, 1-3, P1, 6);
KillUnitAt(All, AnyUnit, 1-3, All Players);
CreateUnitWithProperties(1, Archon, 1-3-2, P1, 7);
KillUnitAt(All, AnyUnit, 1-3-2, All Players);
CreateUnitWithProperties(1, Archon, 1-3-3, P1, 8);
KillUnitAt(All, AnyUnit, 1-3-3, All Players);
CreateUnitWithProperties(1, Archon, 1-3-4, P1, 9);
KillUnitAt(All, AnyUnit, 1-3-4, All Players);
Wait(1000);
CreateUnitWithProperties(1, Archon, 1-2, P1, 10);
KillUnitAt(All, AnyUnit, 1-2, All Players);
CreateUnitWithProperties(1, Archon, 1-2-2, P1, 11);
KillUnitAt(All, AnyUnit, 1-2-2, All Players);
CreateUnitWithProperties(1, Archon, 1-2-3, P1, 12);
KillUnitAt(All, AnyUnit, 1-2-3, All Players);
CreateUnitWithProperties(1, Archon, 1-2-4, P1, 13);
KillUnitAt(All, AnyUnit, 1-2-4, All Players);
Wait(1000);
PreserveTrigger();
thats trigger... now what did i do wrong?
ADDITION: its not spacing right in the forum on the blowing up things so the O that r by themselfs and on the very left of page r in the middle
ADDITION by Bolt_Head: Changed the diagram so it would be in a code box and the spaceing would be closer to correct