Thank you for the answer!
I'm a bit confused. Aren't static variables... well... static? Which means they cannot change? In which case we do not have to worry about passing the value between the run() calls, since the hard coded value never changes anyways.
Perhaps I am getting this wrong though.
In any case, I would like to have dynamic variables that change over time persist between run() calls. Is there a nice way of doing that?
Last edited by Hredot; 09/12/17 04:27.