Deltarune (Chapter 2) script viewer

← back to main script listing

gml_GlobalScript_scr_nextmsg

(view raw script w/o annotations or w/e)
1
function scr_nextmsg
scr_nextmsg

function scr_nextmsg() { msgno += 1; lineno = 0; aster = 0; halt = 0; pos = 1;alarm[0] drawaster = 1; autoaster = 1; miniface_pos = 0; miniface_current_pos = -1; mystring = nstring[msgno]; formatted = 0; wxskip = 0; sound_played = 0; forcebutton1 = 0; if (rate < 3) { firstnoise = 0;alarm[2] } }
()
2
{
3
    msgno += 1;
4
    lineno = 0;
5
    aster = 0;
6
    halt = 0;
7
    pos = 1;
8
alarm[0]
9
    drawaster = 1;
10
    autoaster = 1;
11
    miniface_pos = 0;
12
    miniface_current_pos = -1;
13
    mystring = nstring[msgno];
14
    formatted = 0;
15
    wxskip = 0;
16
    sound_played = 0;
17
    forcebutton1 = 0;
18
    if (rate < 3)
19
    {
20
        firstnoise = 0;
21
alarm[2]
22
    }
23
}