Deltarune (Chapter 4) script viewer

← back to main script listing

gml_GlobalScript_scr_auto_convo

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

function
scr_auto_convo(arg0, arg1, arg2 = []) constructor
{ speaker = arg0; dialogue = arg1; options = arg2; }
(arg0, arg1, arg2 = []) constructor
2
{
3
    speaker = arg0;
4
    dialogue = arg1;
5
    options = arg2;
6
}