Need Help With Level Design

sama

Member
I'm trying to create a level where the player needs to collect an item from the room they're in before they can leave and continue to the next room but I'm not completely sure how to do that, any advice?
 

Ommn

Member
You can create every leven in a room.
The player moves to the next level when he wins by room_goto_next()
 
Top