Postby baenyth » Mon Nov 09, 2020 12:55 am
I'm trying to use Misc.score(number) in my levels to set the score value, but they don't seem to work. I've tried using it in coroutines, in onTick(), and in onStart(). Here's how I encoded it:
Misc.score(18)
Misc.score(120)
But the score never changes. Is there something I'm doing wrong here?