Deltarune (Chapter 2) script viewer
← back to main script listing
gml_Object_obj_sneo_tiny_ralsei_Create_0
(view raw script w/o annotations or w/e)
|
1
|
timer = 0;
|
|
2
|
con = 0;
|
|
3
|
hpmax = 30;
|
|
4
|
hp = hpmax;
|
|
5
|
active = 1;
|
|
6
|
destroytimer = 0;
|
|
7
|
frametype = 0;
|
|
8
|
myspeed = 6;
|
|
9
|
length = 27;
|
|
10
|
place = 0;
|
|
11
|
xhold = 0;
|
|
12
|
image_index = 12;
|
|
13
|
image_xscale = 1;
|
|
14
|
image_yscale = 1;
|
|
15
|
image_speed = 0;
|