Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_dw_churchc_darkswords_CleanUp_0

(view raw script w/o annotations or w/e)
1
snd_stop(wind_sound);
2
snd_free_all();
3
scr_flag_set
scr_flag_set

function
scr_flag_set(arg0, arg1)
{ global.flag[arg0] = arg1; if (
scr_debug())
show_debug_message("*** flag [" + string(arg0) + "] updated: " + string(arg1) + " | " + scr_flag_name_get(arg0)); } function scr_setflag(arg0, arg1) {
scr_flag_set(arg0, arg1);
}
(7, 0);