Hello! I am attempting to make a dialog box with four buttons that allow any player to donate 10 minerals to one of four players with each click. Here is my code:
I'm really at a loss as to why this is not working, I feel like the logic is sound. Any help will be greatly appreciated.
It isn't working because of your conditions. All four buttons can't be in use at the same time. Based on the way your trigger is written, the game things "Used dialog item == DonatePick1 AND DonatePick2 AND DonatePick3 AND DonatePick4.
Use the OR function in conditions, then cut and paste your conditions into the OR function.
Hello! I am attempting to make a dialog box with four buttons that allow any player to donate 10 minerals to one of four players with each click. Here is my code:
I'm really at a loss as to why this is not working, I feel like the logic is sound. Any help will be greatly appreciated.
It isn't working because of your conditions. All four buttons can't be in use at the same time. Based on the way your trigger is written, the game things "Used dialog item == DonatePick1 AND DonatePick2 AND DonatePick3 AND DonatePick4.
Use the OR function in conditions, then cut and paste your conditions into the OR function.
@BasharTeg: Go
Wow thanks so much, I hate it when this happens. Such a noob mistake.
No problem! :P