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.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
No problem! :P
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.