Hi!
I'm trying to figure out how to use 'or' blocks or expression properly. Can someone assist me, how this should be created because I couldn't make it work. (Examples below)
Thank you!
In the top example, you want to move your OR block into a sub-event. So you get "On tap" first, then the next event is your two OR conditions.
In the bottom example, you want playerState = "onVault" | playerState = "onBuildScreen"
Develop games in your browser. Powerful, performant & highly capable.
Hey blackhornet!
Thanks for the suggestions, I'm going to try those asap and see if it works.