I made a 3 vs 3 map. and I need voting system. can anyone give me a very easy and simple voting system? please help me if you have a very simple voting system.. it makes me very confused to make a proper voting system..
Triggers:
Select Game Mode
Select Game Mode 2
Select Game Mode 3
Variables:
Game Mode = No Dialog <Dialog>
Regular Vote Count = 0 <Integer>
Limited Vote Count = 0 <Integer>
Hunt Vote Count = 0 <Integer>
Regular = No Dialog Item <Dialog Item>
Limited = No Dialog Item <Dialog Item>
Hunt = No Dialog Item <Dialog Item>
SelectGameModeEventsTimer-Elapsedtimeis5.0GameTimesecondsLocalVariablesConditionsActionsDialog-CreateaModaldialogofsize(600,400)at(0,0)relativetoCenterofscreenVariable-SetGameMode=(Lastcreateddialog)Dialog-Settitleof(Lastcreateddialog)to"Select Game Mode"Dialog-Createabuttonfordialog(Lastcreateddialog)withthedimensions(500,85)anchoredtoTopLeftwithanoffsetof(50,80)settingthetooltipto""withbuttontext"Regular"andthehoverimagesetto""Variable-SetRegular=(Lastcreateddialogitem)Dialog-Createabuttonfordialog(Lastcreateddialog)withthedimensions(500,85)anchoredtoTopLeftwithanoffsetof(50,175)settingthetooltipto""withbuttontext"Limited"andthehoverimagesetto""Variable-SetLimited=(Lastcreateddialogitem)Dialog-Createabuttonfordialog(Lastcreateddialog)withthedimensions(500,85)anchoredtoTopLeftwithanoffsetof(50,270)settingthetooltipto""withbuttontext"Hunt"andthehoverimagesetto""Variable-SetHunt=(Lastcreateddialogitem)Dialog-Show(Lastcreateddialog)for(Allplayers)
I made a 3 vs 3 map. and I need voting system. can anyone give me a very easy and simple voting system? please help me if you have a very simple voting system.. it makes me very confused to make a proper voting system..
Here's the simplest one.
Triggers:
Select Game Mode
Select Game Mode 2
Select Game Mode 3
Variables:
Game Mode = No Dialog <Dialog>
Regular Vote Count = 0 <Integer>
Limited Vote Count = 0 <Integer>
Hunt Vote Count = 0 <Integer>
Regular = No Dialog Item <Dialog Item>
Limited = No Dialog Item <Dialog Item>
Hunt = No Dialog Item <Dialog Item>
-If Regular Mode Votes == Limited Mode Votes, it gives priority to Regular.