Warcraft III resources & community, 2003–2006 · archived

Dialog Box...newb question but oh well

3 posts
#1

Dialog Box...newb question but oh well

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=-
#2
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.
#3
@birdofprey160: That helped me too, thanks 8)