Warcraft III resources & community, 2003–2006 · archived

Need help, triggers.

5 posts
#1

Need help, triggers.

Ok, well I don't quite know what to call it, but in some maps there can be like a pop-up menu, maybe in the beginning of a TD or maul, that allows you to choose your dificulty. There is also one in a Diablo II RPG out there. I need to know how to make one. If you have any idea of how to make these, please tell me. No, it is not a multiboard.
#2
its a dialog.

you need to create the buttons for the dialog, and then show the dialog
#3
i need help aswell i know the dialog bit i always knew that but ive made my dialog but then when i try and make the buttons do thing i need to use viriables but i dont understand how to use them
#4
That was topicjacking. The variables are to store what buttons can be pressed, because you can't just say, "Pick Fire" button was pressed. You also need to destroy the dialogs, which also HAVE to be assigned variables, because the (Last Created Dialog) function can't cover everything
#5
About Difficult is easy make Dialogs and dialog buttons (3) and you choose
Easy (25%)
Normal (50%)
Hard (100%)

When Easy button is pressed turn on Trigger Easy
Trigger Easy:
When unit enters Region
make units Hitpoints to 25%
(its mouch about Varibles)