HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

In need of help with yes/no dialog boxes

09-12-2005, 06:07 PM#1
Draenei-Seer
As I am terrainer, I do not understand a crap about triggers, but I just would like to know how to make those yes/no dialog boxes.
i.e.
You enter a region, then comes a dialog box and you can select yes, that will lead to another event or no that will lead to another. And how to add text in the dialog boxes?
Rep for the biggest helper ^^
09-12-2005, 07:39 PM#2
Tim.
Rep has been removed for the time being.

Quote:
Dialog - Show (Your_Dialoge) for Player 1 (Red)
Dialog - Change the title of (Your_Dialoge) to Your_Title
Dialog - Create a dialog button for (Your_Dialoge) labelled Button_01

Just set the buttons created as variables, then make another trigger to respond when those buttons are pressed.
09-13-2005, 03:25 PM#3
Draenei-Seer
Oh.. I see...
Btw what kind of variables the buttons have to be? It doesn't accept the "Dialog Button" type.. =/
09-13-2005, 09:21 PM#4
Tim.
Quote:
Set Button_Variable = (Last created dialog Button)

That is how to set a variable to the button.
09-14-2005, 12:02 PM#5
Draenei-Seer
Hmm.. Thx, gotta try again xD