• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Need help with dialog for Attribute System

Status
Not open for further replies.
Level 8
Joined
Jul 17, 2004
Messages
283
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?

  • 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)
 
Status
Not open for further replies.
Top