Example: a condition | other condition:after 40 seconds > do action.
How can I achieve it?
Thanks in advance!
There is a Wait action under System > Time.
I'm asking about a condition.
Develop games in your browser. Powerful, performant & highly capable.
Just put the next condition as a sub-event of the first and it should do the same thing.
Condition one -> Wait 40 sec
-- Condition two -> do XYZ
It works! Thanks!
This trick too works: