Hi,
I want to setup an if statement so that if nothing is happening then a new event will start.
At the moment i have two global variables, onscreen and counter.
When nothing is happening both these would be at zero. What i want to do is set an if statement that says
'if counter is equal to or less than 0 and onscreen is equal to or less than 0 for 5 seconds' = then activate next group.
It has to be 5 seconds because there are points within a standard group event sequence when both variables might equal zero but that group isnt over with so i want to make sure a new event only occurs when a group is finished.
If anyway can say whether that if statement is possible and which system events to use would be useful thanks.