Deltarune (Chapter 3) 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
scr_facechoice
scr_facechoice

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