Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_ch3_BTB_dustpile_Other_10

(view raw script w/o annotations or w/e)
1
if (global.plot < max_plot)
2
{
3
    with (target_cutscene)
4
        con = 0;
5
}
6
else
7
{
8
    event_inherited();
9
}