Skip to main content

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

You indeed want to change this

live_room_updated = scr_room_updated(rmWorldTest);

to just 

live_room_updated = scr_room_updated;

because you are letting GMLive know which script to call (via script_execute) when a room updates.

It's hard to tell more about the errors without context.