QUOTE(Solitus3989 @ Jul 7 2005, 08:50 PM)
for starters, i have it set like this.
Conditions
player 1 bring unit to start
player 2 bring unit to start
actions
player 1 units get moved to end
player 2 units get moved to end
can i do both players on the same trigger? well here it is...
any help would be appreciated. this is my first map with, Use map settings
[right][snapback]256396[/snapback][/right]
your problem according to that trigger may be the fact that ur conditions are for both P1 and P2 to have a unit at start, so if either one doesnt, the trigger wont fire. try setting condition to
player 1 bring unit to start
and a seperate trigger with condition
player 2 bring unit to start
and work ur actions according to each trigger... remember, all the conditions are AND, not OR, so its P1 brings unit AND P2 brings unit, as opposed to P1 brings unit OR P2 Brings unit...
...unless u wanted both players there, in which case ignore this post
