Deltarune (Chapter 3) 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; reachedend = 0; reachedend_sound_played = 0; forcebutton1 = 0; if (rate < 3) { firstnoise = 0; alarm[2] } for (var _objecti = 0; _objecti < 9; _objecti++) object_made[_objecti] = 0; with (obj_funnytext) instance_destroy(); }
()
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
    reachedend = 0;
18
    reachedend_sound_played = 0;
19
    forcebutton1 = 0;
20
    if (rate < 3)
21
    {
22
        firstnoise = 0;
23
alarm[2]
24
    }
25
    for (var _objecti = 0; _objecti < 9; _objecti++)
26
        object_made[_objecti] = 0;
27
    with (obj_funnytext)
28
        instance_destroy();
29
}