Hi guys,
I am currently struggling with the following issue, maybe someone can help.
I have an "Every X seconds" event that is based on a variable, so it is "Every Variable Seconds".
Inside that event I change the variable to another value, lets say 2. Start value is 5.
Now, the first time the event runs, it works properly by considering the start value 5 and also changes the value to 2.
The second time it runs, it still takes the value 5 instead of 2, even if the variable has changed already.
The third time then, the updated variable takes effect.
Not sure if theres anything I am missing or this is just some strange behaviour that is easily solved.
Here is an example project that shows the problem: https://drive.google.com/file/d/0B6TI8m ... sp=sharing
Happy for any feedback