QUOTE(JordanN @ Jul 21 2006, 01:37 PM)
Ok so back to my spy rpg im making a trigger for when the teamate dies and someone go to the revival area it well revives them but im wondering is there a better way.
[Players]
Player 1,2,3,4,5,8
[Condition]
Current brings exactly one men to revival spawn 1
Players 1-8 command zero men
[Trigger]
Create 1 (undecided yet) at revival area spawn 1
But I have a feeling its gona glitch up can someone help me here please and thank you.
[right][snapback]528173[/snapback][/right]
I'm not absolutely positive, but I think that if it will only work if one of the players (1,2,3,4,5,8) brings a unit to the location AND only if none of them have any units, it won't work because they won't have any units to bring to the location.
I think what would work would be that you keep everything you have, add a preserve trigger, but make sure that instead of:
Players 1-8 command zero men
you use:
Player 1 commands zero men
And then do what Killer_Kow said and make a different trigger for each player. (i.e. Condition for next one would be Current player brings at least 1, Player 2 commands zero men, etc.)
Hope I helped.