Deltarune (Chapter 5) script viewer

← back to main script listing

gml_Object_obj_battleblcon_Create_0

(view raw script w/o annotations or w/e)
1
mywriter = instance_create(x + 5, y + 3, obj_writer);
2
mywriter.depth = 9999999;
3
auto_length = 0;
4
side = 1;
5
xoffset = 0;
6
init = 0;
7
reformatted = 0;
8
remx = x;
9
remy = y;
10
remmsgno = -1;
11
initwritingx = -1;
12
initwritingy = -1;
13
type = 0;
14
heartbeattimer = 15;
15
heartbeatcon = 0;
16
notail = false;
17
ghost_follow_x = 0;
18
ghost_follow_y = 0;
19
dir = 0;
20
index = 0;
21
extrax = 0;
22
extray = 0;
23
heartxscale = 1;
24
heartyscale = 1;
25
shakecon = 0;
26
blcon_default_color = 16777215;
27
parentid = -1;
28
ghost_balloon_index = 0;
29
aquafollowballoon = false;
30
if (global.chapter == 5 && i_ex(obj_pink_enemy))
31
{
32
    depth -= y;
33
    if (i_ex(obj_date_ui) && (obj_date_ui.con == 1 || obj_date_ui.con == 2))
34
    {
35
        depth = -99999999;
36
        mywriter.depth = depth - 1;
37
    }
38
}
39
heart_random_timer = 0;
40
heart_x_random[8] = 0;
41
heart_y_random[8] = 0;
42
targetaqua = -4;
43
flowery_float = false;
44
flowery_aqua_float = false;