Hello,
I was wondering how to solve this.
See, the 'wait 4 seconds' at Intro 2 condition doesn't get executed. While the 'wait 4 seconds' at Intro 0 condition does.
How can I make it wait at the Intro 2 condition for 4 seconds anyhow?
Thanks.
Develop games in your browser. Powerful, performant & highly capable.
The events are constantly true, so every tick you schedule a new 'Wait' with all those actions after them, which probably causes all the actions to conflict with each other. Try adding 'Trigger once' to the events so it only does 'Wait' once.