Undertale Yellow script viewer

← back to main script listing

gml_Room_rm_summary_Create

(view raw script w/o annotations or w/e)
1
if (global.route == 2)
2
    layer_set_visible("bg_pacifist", true)
3
else if (global.route == 1)
4
    layer_set_visible("bg_neutral", true)
5
else if (global.route == 3)
6
    layer_set_visible("bg_geno", true)