Select goal of condition by name?
Hi,
I'm stuck in this situation:
I trigger an event by clicking on a button. Different factors influence the length of the action. E. g. I click the button and will receive 2 stone in 3 rounds. Every round has its own list where all the commodities are stored. So at the end of the round, list 1 will be added to the player's hand, list 2 will become list 1 and so on. So in my example, the 2 stone need to be added to list 3.
Since I got the duration stored in a variable, I need to address the goal of the list manipulation like that:
If button x clicked, add 1 to "list "$Str([duration variable])
I wasn't able to find a solution for that.
Thanks a lot in advance!
Kons