Sigh.
I tried to set up a dialog, but it doesn't work as it is supposed to do.
What is wrong with this trigger?
I tried to set up a dialog, but it doesn't work as it is supposed to do.
What is wrong with this trigger?
Code:
Actions:
…
Dialog - Show DialogBandit for (Owner of (Entering unit))
Dialog - Change the title of DialogBandit to How do you react?
Dialog - Create a dialog button for DialogBandit labelled Refuse to give your...
Set DialogBanditButton1 = (Last created dialog Button)
Dialog - Create a dialog button for DialogBandit labelled Give 200 gold coins...
Set DialogBanditButton2 = (Last created dialog Button)


