Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_tower_dog_controller_Create_0

(view raw script w/o annotations or w/e)
1
timer = 0;
2
con = 0;
3
initht = 0;
4
dogfallcon = 0;
5
dogtimer = 0;
6
dogcon = -1;
7
kristimer = 0;
8
kriscon = 0;
9
camlerpstarty = -1;
10
camlerpstartsub = 0;
11
if (!variable_global_exists("dogtowerskipintro"))
12
    global.dogtowerskipintro = false;
13
dog = instance_create(780, 8670, obj_marker);
14
dog.sprite_index = spr_dog_walk;
15
dog.image_xscale = 2;
16
dog.image_yscale = 2;
17
dog.image_speed = 0.25;
18
startcamy = 0;
19
makestars = false;
20
makestarstimer = 0;
21
letterboxcon = 0;
22
letterboxtimer = 0;
23
letterboxalpha = 0;
24
x1 = 0;
25
x2 = 0;
26
x3 = 0;
27
x4 = 0;
28
x5 = 0;
29
x6 = 0;
30
x7 = 0;
31
x8 = 0;
32
y1 = 0;
33
y2 = 0;
34
y3 = 0;
35
y4 = 0;
36
y5 = 0;
37
y6 = cameraheight();
38
y7 = 0;
39
y8 = 0;
40
krisx = -100;
41
krisy = 180;
42
dogx = 740;
43
dogy = 250;
44
bgalpha = 0;
45
battlebgindex = 0;
46
battlebgalpha = 0;
47
linealpha = 1;
48
linex1 = camerawidth() / 2;
49
linex2 = camerawidth() / 2;
50
linewidth = 4;