Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_dw_changing_room_scribble_Step_0

(view raw script w/o annotations or w/e)
1
if (show_scribble)
2
{
3
    if (global.flag[20 other_text_command] == 0)
4
    {
5
        show_scribble = false;
6
        instance_destroy();
7
    }
8
}
9
if (global.flag[20 other_text_command] == 0)
10
    exit;
11
if (global.flag[20 other_text_command] == 1 && !show_scribble)
12
    show_scribble = true;