Hello, I'm currently trying to create an event with a random outcome. This is how I tried to do it.
1. certain condition fires, resulting in variable being set to a random integer range 1-3
then to triggers
2. if integer reaches value =<2 do THIS
3. if integer reaches value 3 do THAT
The problem is, every time I test it, only event 1 fires.
I also exchanged the events, changed the requirements to 1 and >=2 and reloaded the editor. But it seems, that the variable is always set to 1.
What am I doing wrong?
1. certain condition fires, resulting in variable being set to a random integer range 1-3
then to triggers
2. if integer reaches value =<2 do THIS
3. if integer reaches value 3 do THAT
The problem is, every time I test it, only event 1 fires.

What am I doing wrong?