I was wondering how do i set victory conditions, instead of melee rules i want the game to end when the last player has units or something.. How do i edit this any help please? I couldn't find any tutorials or anything.. Thanks :s.
Something along these lines should work fine. Just have an array named varPlayerUnitCount with a size of however many players you have, that has the amount of units each of them has. Then this trigger should end the game in defeat for any player when they run out of units, leaving the last player standing as the only one in the game, which is an autowin if I remember.
I was wondering how do i set victory conditions, instead of melee rules i want the game to end when the last player has units or something.. How do i edit this any help please? I couldn't find any tutorials or anything.. Thanks :s.
I'm not at home, so this may be a bit off on exact wording.
Something along these lines should work fine. Just have an array named varPlayerUnitCount with a size of however many players you have, that has the amount of units each of them has. Then this trigger should end the game in defeat for any player when they run out of units, leaving the last player standing as the only one in the game, which is an autowin if I remember.