Skip to main content

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

That suggests that you send the game to rm_blank without using room_goto_live.

The first room of the project (called rmInit) has the code “room_set_live(rmInit, true);” in its creation code.

I wouldn’t recommend live-reloading the room that creates obj_gmlive (and probably the rest of your persistent objects) unless you’re willing to deal with consequences of doing so.