Deltarune script viewer
← back to main script listing
gml_GlobalScript_msgnext
(
view raw script w/o annotations or w/e
)
1
function msgnext(arg0)
2
{
3
global.msgno++;
4
msgset(global.msgno, arg0);
5
}