Deltarune (Chapter 3) script viewer

← back to main script listing

gml_GlobalScript_scr_script_boxwait

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

function
scr_script_boxwait()
{ var __boxscript = instance_create(0, 0, obj_script_boxwaiter); __boxscript.script = argument[0]; __boxscript.msgno = argument[1]; __boxscript.target = id; for (var __i = 0; __i < (argument_count - 2); __i++) __boxscript.script_arg[__i] = argument[__i + 2]; __boxscript.arg_count = argument_count - 2; return __boxscript; } function scr_script_boxwait_end() { var __boxscript = instance_create(0, 0, obj_script_boxwaiter); __boxscript.script = argument[0]; __boxscript.msgno = argument[1]; __boxscript.target = id; for (var __i = 0; __i < (argument_count - 2); __i++) __boxscript.script_arg[__i] = argument[__i + 2]; __boxscript.arg_count = argument_count - 2; __boxscript.waitend = true; return __boxscript; } function scr_var_set_boxwait(arg0, arg1, arg2) {
scr_script_boxwait(variable_instance_set, arg0, id, arg1, arg2);
} function scr_var_set_boxwait_end(arg0, arg1, arg2) { scr_script_boxwait_end(variable_instance_set, arg0, id, arg1, arg2); } function scr_globalvar_boxwait(arg0, arg1, arg2) {
scr_script_boxwait(variable_global_set, arg0, arg1, arg2);
} function scr_globalvar_boxwait_end(arg0, arg1, arg2) { scr_script_boxwait_end(variable_global_set, arg0, arg1, arg2); }
()
2
{
3
    var __boxscript = instance_create(0, 0, obj_script_boxwaiter);
4
    __boxscript.script = argument[0];
5
    __boxscript.msgno = argument[1];
6
    __boxscript.target = id;
7
    for (var __i = 0; __i < (argument_count - 2); __i++)
8
        __boxscript.script_arg[__i] = argument[__i + 2];
9
    __boxscript.arg_count = argument_count - 2;
10
    return __boxscript;
11
}
12
13
function scr_script_boxwait_end()
14
{
15
    var __boxscript = instance_create(0, 0, obj_script_boxwaiter);
16
    __boxscript.script = argument[0];
17
    __boxscript.msgno = argument[1];
18
    __boxscript.target = id;
19
    for (var __i = 0; __i < (argument_count - 2); __i++)
20
        __boxscript.script_arg[__i] = argument[__i + 2];
21
    __boxscript.arg_count = argument_count - 2;
22
    __boxscript.waitend = true;
23
    return __boxscript;
24
}
25
26
function scr_var_set_boxwait(arg0, arg1, arg2)
27
{
28
    
scr_script_boxwait
scr_script_boxwait

function
scr_script_boxwait()
{ var __boxscript = instance_create(0, 0, obj_script_boxwaiter); __boxscript.script = argument[0]; __boxscript.msgno = argument[1]; __boxscript.target = id; for (var __i = 0; __i < (argument_count - 2); __i++) __boxscript.script_arg[__i] = argument[__i + 2]; __boxscript.arg_count = argument_count - 2; return __boxscript; } function scr_script_boxwait_end() { var __boxscript = instance_create(0, 0, obj_script_boxwaiter); __boxscript.script = argument[0]; __boxscript.msgno = argument[1]; __boxscript.target = id; for (var __i = 0; __i < (argument_count - 2); __i++) __boxscript.script_arg[__i] = argument[__i + 2]; __boxscript.arg_count = argument_count - 2; __boxscript.waitend = true; return __boxscript; } function scr_var_set_boxwait(arg0, arg1, arg2) {
scr_script_boxwait(variable_instance_set, arg0, id, arg1, arg2);
} function scr_var_set_boxwait_end(arg0, arg1, arg2) { scr_script_boxwait_end(variable_instance_set, arg0, id, arg1, arg2); } function scr_globalvar_boxwait(arg0, arg1, arg2) {
scr_script_boxwait(variable_global_set, arg0, arg1, arg2);
} function scr_globalvar_boxwait_end(arg0, arg1, arg2) { scr_script_boxwait_end(variable_global_set, arg0, arg1, arg2); }
(variable_instance_set, arg0, id, arg1, arg2);
29
}
30
31
function scr_var_set_boxwait_end(arg0, arg1, arg2)
32
{
33
    scr_script_boxwait_end(variable_instance_set, arg0, id, arg1, arg2);
34
}
35
36
function scr_globalvar_boxwait(arg0, arg1, arg2)
37
{
38
    
scr_script_boxwait
scr_script_boxwait

function
scr_script_boxwait()
{ var __boxscript = instance_create(0, 0, obj_script_boxwaiter); __boxscript.script = argument[0]; __boxscript.msgno = argument[1]; __boxscript.target = id; for (var __i = 0; __i < (argument_count - 2); __i++) __boxscript.script_arg[__i] = argument[__i + 2]; __boxscript.arg_count = argument_count - 2; return __boxscript; } function scr_script_boxwait_end() { var __boxscript = instance_create(0, 0, obj_script_boxwaiter); __boxscript.script = argument[0]; __boxscript.msgno = argument[1]; __boxscript.target = id; for (var __i = 0; __i < (argument_count - 2); __i++) __boxscript.script_arg[__i] = argument[__i + 2]; __boxscript.arg_count = argument_count - 2; __boxscript.waitend = true; return __boxscript; } function scr_var_set_boxwait(arg0, arg1, arg2) {
scr_script_boxwait(variable_instance_set, arg0, id, arg1, arg2);
} function scr_var_set_boxwait_end(arg0, arg1, arg2) { scr_script_boxwait_end(variable_instance_set, arg0, id, arg1, arg2); } function scr_globalvar_boxwait(arg0, arg1, arg2) {
scr_script_boxwait(variable_global_set, arg0, arg1, arg2);
} function scr_globalvar_boxwait_end(arg0, arg1, arg2) { scr_script_boxwait_end(variable_global_set, arg0, arg1, arg2); }
(variable_global_set, arg0, arg1, arg2);
39
}
40
41
function scr_globalvar_boxwait_end(arg0, arg1, arg2)
42
{
43
    scr_script_boxwait_end(variable_global_set, arg0, arg1, arg2);
44
}