Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hello!

As far as I know, there is no way to create timer in the vanilla version. I used some tricks to simulate something similar to a timer: i.e., an exit script, that reduces a variable by 1  each time you step on it. And when the variable reaches zero, something happens. But there is no way to achieve this effect independently of player actions without hacks, at least as far as I know.

ok, thanks