• 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.
  • 💡 We're thrilled to announce that our upcoming texturing contest is in the works, and we're eager to hear your suggestions! Please take this opportunity to share your ideas in this theme discussion thread for the Texturing Contest #34!
  • 🏆 Hive's 7th HD Modeling Contest: Icecrown Creature is now open! The frozen wastes of Icecrown are home to some of Azeroth’s most terrifying and resilient creatures. For this contest, your challenge is to design and model a HD 3D monster that embodies the cold, undead, and sinister essence of Icecrown! 📅 Submissions close on April 13, 2025. Don't miss this opportunity to let your creativity shine! Enter now and show us your frozen masterpiece! 🔗 Click here to enter!

how do i use a Menu system

Status
Not open for further replies.
Level 4
Joined
Jul 25, 2007
Messages
66
i took a screenshot of a map i have. it is protected, so i can't see the triggers, so could anyone tell me how to make this type of menu, i don't even know what it is called so please correct me if i'm wrong for calling it a "menu"
triggerthisformaen1.png

Sorry if the image is too big :)
 
Level 4
Joined
Jul 25, 2007
Messages
66
so could someone show me what a menu looks like in the trigger editor, or maybe even direct me to a tutorial (i searched already for one by the way)
 
Level 12
Joined
Aug 18, 2006
Messages
1,193
its called Dialog

EDIT : Here is a example of how a dialog might look like

  • Dialog - Change the title of Dialog to Hero Primary Attribute
  • Dialog - Create a dialog button for DialogButton1 labelled Strength
  • Set DialogButton1 = (Last created dialog button)
  • Dialog - Create a dialog button for DialogButton1 labelled Agility
  • Set DialogButton2 = (Last created dialog button)
  • Dialog - Create a dialog button for DialogButton1 labelled Inteligence
  • Set DialogButton3 = (Last created dialog button)
  • Wait 0.01 seconds
  • Dialog - Show Dialog for Player 1(Red)
im not sure if that Wait action needs to be there, but i use them anyway :p
 
Status
Not open for further replies.
Top