OK - if no one can point me towards a tutorial, can you help with the following:
Each time my game loads I want the system to choose a random variable (called result), either 1 or 2.
So my event currently looks like:
System > Every tick > System > Set result to int(random(1,2))
How's this? Does this look right?