Deltarune (Chapter 2) script viewer

← back to main script listing

gml_GlobalScript_scr_talkroom

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

function scr_talkroom() { global.typer = 6; global.fc = 0; global.fe = 0; global.msg[0] = stringsetloc(
* Your voice echoes aimlessly.Wait for inputClose Message
"* Your voice echoes aimlessly./%", "scr_talkroom_slash_scr_talkroom_gml_4_0"
); talkdg = instance_create(0, 0, obj_dialoguer); atalk += 1; }
()
2
{
3
    global.typer = 6;
4
    global.fc = 0;
5
    global.fe = 0;
6
    global.msg[0] = stringsetloc(
* Your voice echoes aimlessly.Wait for inputClose Message
"* Your voice echoes aimlessly./%", "scr_talkroom_slash_scr_talkroom_gml_4_0"
);
7
    talkdg = instance_create(0, 0, obj_dialoguer);
8
    atalk += 1;
9
}