Deltarune (Chapter 4) script viewer
← back to main script listing
gml_Object_obj_vertical_dark_shockwave_new1_Create_0
(view raw script w/o annotations or w/e)
|
1
|
event_inherited();
|
|
2
|
damage = 18;
|
|
3
|
target = 3;
|
|
4
|
spd = 0;
|
|
5
|
yoffset = 0;
|
|
6
|
_xoffset = 0;
|
|
7
|
_yoffset = 0;
|
|
8
|
timer = 0;
|
|
9
|
siner = 0;
|
|
10
|
con = 1;
|
|
11
|
position = "above";
|
|
12
|
hitboxcreated = false;
|
|
13
|
image_speed = 0;
|
|
14
|
image_xscale = 0;
|
|
15
|
image_yscale = 0;
|
|
16
|
image_index = 1;
|
|
17
|
snd_play(snd_spearrise);
|