• 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.

[Trigger] Help With Dialogs

Status
Not open for further replies.
Level 6
Joined
Apr 17, 2008
Messages
175
you gotta make a Dialog variable too
and then do something like this:

  • Dialog - Create a dialog button for ChooseDestination labelled First Choice
  • Set DialogButton = (Last created dialog Button)
  • Dialog - Create a dialog button for ChooseDestination labelled Second Choice
  • Set DialogButton2 = (Last created dialog Button)
  • Dialog - Show ChooseDestination for Player 1 (Red)

now ChooseDestination is my Dialog and i want it to create some buttons for me to click on the Set DialogButton(2) and the "labelled" is what there is written on the button.
and the "Dialog - Show" trigger is going to activate it.

NOTE: i didnt use array for this one but it was stupid please use array for the sake of easyness
 
Status
Not open for further replies.
Top