Skip to main content

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

You are yet another victim of writing

live_room_updated = roomUpdated();

(assigning the result of calling a script) instead of

live_room_updated = roomUpdated;

(assigning the script itself)