| 07-23-2002, 08:05 PM | #1 |
Guest | i cant seem to find anyway to set up these victory conditions: ok, on my map you take units to "zones," each zone has a bunker in it, when you take a zone you get that bunker. I want victory to happen when 1 team gets control of all the zones. as another way to win, i want the person with the most zones when the timer expires to win. anyway i can do this? i hope so. |
| 07-23-2002, 09:26 PM | #2 |
Keep a variable for each player that keeps track of how many bunkers or zones the player controls. Every time a zone changes hands, check to see if it equals the total number of zones you've set up, and if so, run victory. And if time runs out, just have it compare the variables to determine the winner. |
| 07-23-2002, 09:33 PM | #3 |
Guest | thx |
| 07-24-2002, 01:16 AM | #4 |
Guest | can someone tell me how to compare 4 varables and make it choose the varable thats integer is the highest number? i cant seem to figure out how. give me a break! im from alabama! |
