Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_npc_rudy_Other_10

(view raw script w/o annotations or w/e)
1
global.typer = 5;
2
global.fc = 0;
3
global.fc = 0;
4
if (global.chapter == 4)
5
{
6
    if (coughcon == -1)
7
    {
8
        coughcon = 0;
9
        have_convo = true;
10
    }
11
}