Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_legend_cutscene_base_Alarm_2

(view raw script w/o annotations or w/e)
1
init_plot = global.plot >= 0 && global.plot < 999;
2
if (
scr_debug
scr_debug

function
scr_debug()
{ if (global.debug == 1) return 1; }
())
3
    show_debug_message("Warning: need to set plot check for legend cutscene!");