Deltarune (Chapter 2) 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] = stringsetloc(
* Hello there!Delay 11
* How are you doing on this fine day?Wait for inputClose Message
"* Hello there^1!&* How are you doing on this fine day?/%", "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);