Yes or No
Events
Time - Elapsed game time is 0.10 seconds
Conditions
Actions
Dialog - Change the title of Yes_or_no to Play cinematic?
Dialog - Create a dialog button for Yes_or_no labelled Yes
Set Yes = (Last created dialog Button)
Dialog - Create a dialog button for Yes_or_no labelled No
Set No = (Last created dialog Button)
Player Group - Pick every player in AllPlayers and do (Actions)
Loop - Actions
Dialog - Show Yes_or_no for (Picked player)
Button Clicked
Events
Dialog - A dialog button is clicked for Yes_or_no
Conditions
Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Clicked dialog button) Equal to Yes
Then - Actions
Set voted = (voted + 1)
Do nothing
Else - Actions
Set Dont_Play = (Dont_Play + 1.00)
Set voted = (voted + 1)
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
Dont_Play Greater than or equal to ((Real((Number of players in AllPlayers))) / 2.00)
voted Equal to (Number of players in AllPlayers)
Then - Actions
Trigger - Run Initialization <gen> (ignoring conditions)
Trigger - Run Timer Maker <gen> (ignoring conditions)
Trigger - Turn on CamLock <gen>
Quest - Create a Optional quest titled Help with the description
This is a very simp..., using icon path ReplaceableTextures\WorldEditUI\DoodadPlaceholder.blp
Quest - Create a Optional quest titled Items with the description
There are a bunch o..., using icon path ReplaceableTextures\CommandButtons\BTNCrate.blp
Quest - Create a Optional quest titled Thanks with the description
I would like to tha..., using icon path ReplaceableTextures\CommandButtons\BTNSpiritLink.blp
Else - Actions
Trigger - Run Cinematic <gen> (ignoring conditions)
Player Count
Events
Map initialization
Conditions
Actions
For each (Integer A) from 1 to 8, do (Actions)
Loop - Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
((Player((Integer A))) slot status) Equal to Is playing
Then - Actions
Player Group - Add (Player((Integer A))) to AllPlayers
Else - Actions
Do nothing