Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_rhythmgame_Other_15

related scripts: Alarm_0CleanUp_0Create_0Draw_0Other_10Other_11Other_12Other_13Other_14Other_15 Step_0Step_2

(view raw script w/o annotations or w/e)
1
if (lose_con > 0 || fame >= 0)
2
    exit;
3
if (freeplay || song_id == 0)
4
    lose_con = 1;