Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Sorry for creating confusion. I did some code check with commenting block by block and found out that when i call a subroutine in my OnTick function and return from there with ": done ;" then the rest of code in OnTick from the subroutine call is skipped. I understand why and replaced :done; by :return; and it works now.

No problem. Glad you located the cause :-)