Deltarune script viewer
← back to main script listing
gml_GlobalScript_msgset
(
view raw script w/o annotations or w/e
)
1
function msgset(arg0, arg1)
2
{
3
global.msgno = arg0;
4
global.msg[arg0] = arg1;
5
}