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

Status
Not open for further replies.
Level 19
Joined
May 1, 2008
Messages
1,130
hey how can i create those dialog boxes that appear at the beggining of the map that say like
chose game setings:
-all random
-all pick
-etc...
and you click on any
 
Level 9
Joined
Apr 3, 2008
Messages
700
It's in trigger editor.

Dialog - create dialog.
Dialog - create botton for dialog labelled *
set dialogbutton[1]=last created dialog button
Dialog - create botton for dialog labelled **
set dialogbutton[2]=last created dialog button
<...>
Dialog - show dialog

Note: dialogs can't be shown while map init
 
Status
Not open for further replies.
Top