Deltarune (Chapter 1) script viewer

← back to main script listing

gml_Object_obj_npc_toriel_Other_10

(view raw script w/o annotations or w/e)
1
global.msg[0] = 
* Hello there!Delay 11
* How are you doing on this fine day?Wait for inputClose Message
scr_84_get_lang_string
scr_84_get_lang_string

function
scr_84_get_lang_string(arg0)
{ return ds_map_find_value(global.lang_map, arg0); }
("obj_npc_toriel_slash_Other_10_gml_2_0")
;
2
myinteract = 3;
3
global.msc = 0;
4
global.typer = 7;
5
global.fc = 1;
6
global.fe = 0;
7
global.interact = 1;
8
mydialoguer = instance_create(0, 0, obj_dialoguer);