Hello all, how do I reset one specific global variable instead of resetting them all at once?
Thanks,
guannstar
Develop games in your browser. Powerful, performant & highly capable.
Why can't you just set the value of the global as normal using System:Set myVar to 0? or similar