Deltarune (Chapter 1) script viewer

← back to main script listing

gml_GlobalScript_scr_getmsgno

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

function
scr_getmsgno()
{ if (instance_exists(obj_writer)) return obj_writer.msgno; }
()
2
{
3
    if (instance_exists(obj_writer))
4
        return obj_writer.msgno;
5
}