"Wait 0 seconds" is used to wait 1 tick but ... "Wait -1" also wait 1 tick?
Develop games in your browser. Powerful, performant & highly capable.
I just ran a quick test and I think Wait -1 doesn't wait at all. code after the wait ran before the next event ran - nothing was deferred.
technically, Wait 0 defers until the end of the current tick.