Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I'll need to run some tests as that message should only appear if the value is "null", not 0

Found thanks to a collaborator. I didn't know the difference between null (never initialized by the game) and 0 (actually set to zero). 

We solved it by changing the error manager: Variable null ->  Set it to Pass a zero value