Deltarune (Chapter 1) 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] autoaster = 1; mystring = nstring[msgno]; formatted = 0; wxskip = 0; sound_played = 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
    autoaster = 1;
10
    mystring = nstring[msgno];
11
    formatted = 0;
12
    wxskip = 0;
13
    sound_played = 0;
14
    if (rate < 3)
15
    {
16
        firstnoise = 0;
17
alarm[2]
18
    }
19
}