Eli @eliashketchup.dev · Dec 17 i made it work. #gamemaker #solodev #gamedev #indiedev 17 likes 3 replies ? Reply Replies Brittle (Working on: False Fruit v2) · Dec 17 You can just use room_goto(room) allaze-eroler · Dec 18 you can try this method: if (room == room_last) { for (var i = room; i < room_last; i++) { room_goto(room_last) } } it's untested though... The Gemini · Dec 17 Your poor switch statement is alone and neglected begging to be useful.