ooooo ty. i thought u had to know the exact amount of dashes to put in between trigs, and stuff.
this is the first trig i did in trigedit. it doesnt work. the error when i try to compile is this: "Conditions:" expected.
Trigger("All players")
{
Conditions:
bring("current player","buildings","no building lifting", atleast, 1);
actions:
move unit("current player","buildings",all,"no building lifting","re-land");
display text message (always display, "NO LIFTING!! RE-LAND IT HERE");
Preserve trigger();
}