- Joined
- Oct 9, 2015
- Messages
- 721
So this is causing players to be disconected, can anyone tell me what did I did wrong ?
-
Menu Buttons
-
Events
-
Dialog - A dialog button is clicked for EscMenu
-
-
Conditions
-
(Clicked dialog button) Equal to EscMenuButtonsDF
-
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Clicked dialog button) Equal to EscMenuButtonsDF
-
-
Then - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
DamageFloaters[(Player number of (Triggering player))] Equal to True
-
-
Then - Actions
-
Set DamageFloaters[(Player number of (Triggering player))] = False
-
-
Else - Actions
-
Set DamageFloaters[(Player number of (Triggering player))] = True
-
-
-
-
Else - Actions
-
-
Set PlayerVar = (Triggering player)
-
Dialog - Clear EscMenu
-
Dialog - Change the title of EscMenu to Options
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
DamageFloaters[(Player number of (Triggering player))] Equal to True
-
-
Then - Actions
-
Dialog - Create a dialog button for EscMenu labelled Damage Floaters: ON
-
-
Else - Actions
-
Dialog - Create a dialog button for EscMenu labelled Damage Floaters: OF...
-
-
-
Set EscMenuButtonsDF = (Last created dialog Button)
-
Dialog - Create a dialog button for EscMenu labelled Exit
-
Custom script: if GetLocalPlayer()==udg_PlayerVar then
-
Dialog - Show EscMenu for PlayerVar
-
Custom script: endif
-
-
-
Creating Menu
-
Events
-
Player - Player 1 (Red) skips a cinematic sequence
-
Player - Player 2 (Blue) skips a cinematic sequence
-
Player - Player 3 (Teal) skips a cinematic sequence
-
Player - Player 4 (Purple) skips a cinematic sequence
-
-
Conditions
-
Actions
-
Set PlayerVar = (Triggering player)
-
Dialog - Clear EscMenu
-
Dialog - Change the title of EscMenu to Options
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
DamageFloaters[(Player number of (Triggering player))] Equal to True
-
-
Then - Actions
-
Dialog - Create a dialog button for EscMenu labelled Damage Floaters: ON
-
-
Else - Actions
-
Dialog - Create a dialog button for EscMenu labelled Damage Floaters: OF...
-
-
-
Set EscMenuButtonsDF = (Last created dialog Button)
-
Dialog - Create a dialog button for EscMenu labelled Exit
-
Custom script: if GetLocalPlayer()==udg_PlayerVar then
-
Dialog - Show EscMenu for PlayerVar
-
Custom script: endif
-
-