Warcraft III resources & community, 2003–2006 · archived

Someone tell me how to make dialogue choices work

3 posts
#1

Someone tell me how to make dialogue choices work

I can do alot with the editor, variables etc, but I cant figure out how to make it so the maps host selects the settings at the start.
I could just use 'text' commands, but that looks really unprofessional.
Any1?
#2
Ever tried looking at tutorial forum for help?
#3
Here's a few hints to get you going.
1. You can't show a dialoge on 'Map Int' do an event with 'Time Elapsed 0.01 seconds'
2. After creating a dialoge button you have to set it into a varible 'Set dButton to LastCreatedDialogButton
3. Use the 'A dialog button is clicked' event and 'Clicked Dialog Buttom = Varible' condition to find out what button was clicked
4. Triggering player is the player that clicked the button

Hope this helps ^^