How to make a zone list #288
Answered
by
CoderDeltaLAN
SonicVHSOfficial
asked this question in
Q&A
|
Where do I go and alter the zone list so I decide which zone is next |
Answered by
CoderDeltaLAN
Jul 13, 2026
Replies: 1 comment
|
I think there are two spots, depending on what you mean. The level select list is in |
0 replies
Answer selected by
TrianglyRU
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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— editlevel_entriesand thelevel_rediretionsarray there. But if you mean what room loads after clearing a stage, that’s set in each stage object’s setup event, likeobjects/obj_rm_stage_ghz/Other_10.gml, wheresetup_stage(...)passes the next room as the 5th argument. For example GHZ currently points torm_stage_ehz_1.