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