Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_frozennpc_Create_0

(view raw script w/o annotations or w/e)
1
event_inherited();
2
image_alpha = 0;
3
image_speed = 0;
4
image_xscale = 2;
5
image_yscale = 2;
6
timer = 0;
7
con = 0;
8
mysolid = 0;
9
init = 0;
10
h = 0;
11
w = 0;
12
returntoxy = 0;
13
movetimer = 0;
14
kiratimer = 0;
15
skipsound = 0;
16
skipsolid = 0;
17
depth = 0;
18
specialinit = 0;
19
specialcolor = merge_color(c_navy, c_white, 0.8);
20
fresh = 0;
21
inbattle = 0;