Staredit Network

Staredit Network -> UMS Assistance -> How do u do the vote poles
Report, edit, etc...Posted by Oo.Mario.oO on 2004-12-24 at 01:02:52
i cant find anything that tells me how to do that and i want to do one so can some one plz help me here to lol helpsmilie.gif
Report, edit, etc...Posted by High on 2004-12-24 at 01:27:43
Wow., i thought we had a tutorial on this, guess we dont, this is my method.

OK, i assume all players are in the same force and im going to show you 2 options. If your really advanced you should eb able to add more on your own.

Set up a little area, 2 beacons and each voter has a civillian there. Locations over beacons labeled 1 and 2. And another location over the whole area called "chosearea"

Trigger
Players:
¤ Players Force
Conditions:
¤ Current Player brings 1 civillian to "1"
Actions:
¤ Remove all civillian at "1" for current player
¤ Modify custom score for player 8, add 1
¤ Preserve Trigger
¤ Display Text: You have Chosen option 1


Trigger
Players:
¤ Players Force
Conditions:
¤ Current Player brings 1 civillian to "2"
Actions:
¤ Remove all civillian at "2" for current player
¤ Modify custom score for player 7, add 1
¤ Preserve Trigger
¤ Display Text: You have Chosen option 2


These two add the votes up

Trigger
Players:
¤ Player 8
Conditions:
¤ Players Force brings 0 civillian to "ChoseArea"
¤ Cuurent Player has highest score of custom
Actions:
¤ What you want to happen here for option 1
¤ Display Text: Option 1 has been chosen


Trigger
Players:
¤ Player 7
Conditions:
¤ Players Force brings 0 civillian to "ChoseArea"
¤ Cuurent Player has highest score of custom
Actions:
¤ What you want to happen here for option 2
¤ Display Text: Option 2 has been chosen


These two find the highest vote and do actions.

My map was 5 players and this worked perfectly
Report, edit, etc...Posted by Staredit.Net Essence on 2004-12-24 at 17:40:57
And make sure you have something happen incase theer is a draw. If only 4 people are playing and you get a draw, if you have no triggers for it, nothing will happen.
Report, edit, etc...Posted by High on 2004-12-24 at 18:00:34
Yeh, i was gona add that, but im sure with your "advanced skills" you will eb able to do it
Report, edit, etc...Posted by (U)Bolt_Head on 2004-12-24 at 21:12:54
QUOTE(Zerg Playing Dead @ Dec 24 2004, 04:40 PM)
And make sure you have something happen incase theer is a draw.  If only 4 people are playing and you get a draw, if you have no triggers for it, nothing will happen.
[right][snapback]114947[/snapback][/right]


I belive it would think player 7 won if there was a draw. Becuase if there is a tie for the most then they all apply, and player 7's trigger would fire first.

Personally i would set a counter to 10 and have one side add to it and the other subtract to it. Then if it was a draw it would be exactly 10. other wise it would be more or less than 10.
Next Page (1)