I'm making a dialog box for an attribute system I'm making. Do I need to make separate dialogs and dialog buttons for each player, or can I use the same? Each player will be able to hit ESC to assign attributes. Do I need to make separate dialogs and dialog buttons for each player, or can I use the same for each player?
Can I use this for 5 players, when they press ESC?
Can I use this for 5 players, when they press ESC?
-
Assign Attribute Points Dialog
-
Events
- Player - Player 2 (Blue) skips a cinematic sequence
- Player - Player 4 (Purple) skips a cinematic sequence
- Player - Player 5 (Yellow) skips a cinematic sequence
- Player - Player 6 (Orange) skips a cinematic sequence
- Player - Player 7 (Green) skips a cinematic sequence
- Conditions
-
Actions
- Dialog - Clear Dialog
- Dialog - Change the title of Dialog to Assign Attribute Po...
- Dialog - Create a dialog button for Dialog labelled Strength
- Set Dialog_Strength = (Last created dialog Button)
- Dialog - Create a dialog button for Dialog labelled Agility
- Set Dialog_Agility = (Last created dialog Button)
- Dialog - Create a dialog button for Dialog labelled Intelligence
- Set Dialog_Intelligence = (Last created dialog Button)
- Dialog - Show Dialog for (Triggering player)
-
Events