• 🏆 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!

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