Window with buttons?

Status
Not open for further replies.
Level 2
Joined
Sep 21, 2004
Messages
23
How do you create this blue window with buttons to choose something? Like in the map of the night-elf campaign in which Terande falls into the river (you had choose which way to go - the safe or the dangerous one).
 
it's called a Dialog Menu

Code:
Melee Initialization
    Events
        Map initialization
    Conditions
    Actions
        Dialog - Create a dialog button for Dialog labelled This is a dialog
        Dialog - Create a dialog button for Dialog labelled This is a dialog bu...
        Set Button_1 = (Last created dialog Button)
        Dialog - Show Dialog for Player 1 (Red)
 
Status
Not open for further replies.
Back
Top