Skip to content
Discussion options

You must be logged in to vote

I think there are two spots, depending on what you mean. The level select list is in scripts/scr_level_select_setup/scr_level_select_setup.gml — edit level_entries and the level_rediretions array there. But if you mean what room loads after clearing a stage, that’s set in each stage object’s setup event, like objects/obj_rm_stage_ghz/Other_10.gml, where setup_stage(...) passes the next room as the 5th argument. For example GHZ currently points to rm_stage_ehz_1.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by TrianglyRU
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants