Warcraft III resources & community, 2003–2006 · archived
Need triggering help with my map
2 posts
dansaDisco.
#1
Need triggering help with my map
I am workingon my WoW battle arena (maybe become WoW rpg soon) anywya i got some problems how to u start a pick menu at start where you pick race/class so.. intrested in helping me
its not too complicated, u need to make a "Dialog" it involves variables, and triggers, and it can be quite large depending on what u need. To make a simple one:
Events- Your event Conditions- Actions- 1.Set Variable: Creat a "dialog" variable with the name you choose 2.Create dialog button for "dialog" labelled 'you choose' 3.Set a new Dialog Button Variable as last created button. 4.Create as many as you need. 5.Show "dialog"
Now, you need another trigger if a button is klicked. lets say, you named button1 as Orc
Events- A dialog button is clicked for "dialog" Conditions-(Clicked dialog Button) equal to "orc" Events- Hide "dialog" (your events here)
Hope it helps..
You need to create many triggers for all the different buttons.