Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_dialoguer_Other_10

(view raw script w/o annotations or w/e)
1
active = 1;
2
xx = (19 * f) + camerax() + xoff;
3
yy = (20 * f) + cameray() + yoff;
4
xx = round(xx);
5
yy = round(yy);
6
var sidemod = 155 * side;
7
writer = instance_create(xx + (10 * f), yy + ((-5 + sidemod) * f), obj_writer);
8
writer.skippable = skippable;
9
writer.dialoguer = 1;
10
writer.jpspecial = jpspecial;
11
writer.runcheck = runcheck;
12
writer.preventcskip = preventcskip;
13
scr_facechoice
scr_facechoice

function
scr_facechoice()
{ myface = instance_create(writer.x + (8 * f), writer.y + (5 * f), obj_face); }
();
14
if (i_ex(writer) && global.fc != 0)
15
{
16
    with (writer)
17
    {
18
        dialoguer = 1;
19
        if (originalcharline == 33)
20
            charline = 26;
21
        jpspecial = other.jpspecial;
22
    }
23
}
24
zurasucon = 1;