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

Dialog Box...newb question but oh well

Status
Not open for further replies.
Level 3
Joined
Aug 25, 2004
Messages
46
I'm making a map where u start out with a dialog box to choose ur hero. But, when i click on the box nothing seems to happen. Plz give me the trigger for making a "working" dialog box.

I have searched most of the map forums and can't find it.

-=Beat-Down=-
 
Level 4
Joined
Aug 31, 2004
Messages
106
I have a feeling that your problem is that you did not assign each dialog button to a variable. You need to create variables or an array of variables with a type of "dialog button". After creating each button, use the action, "set variable - <your variable> to Last Created Dialog Button.

Then use the "Event - Dialog button clicked" or whatever it is. then the condition, "Dialog Button Clicked equal to <your variable>.
Then do whatever actions you see fit.
 
Status
Not open for further replies.
Top