Skip to main content

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

When making scripts, code should be put in a function in recent GM versions:

function scr_room_updated() {
    room_goto_live(argument0);
}