• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

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