13 lines
158 B
Plaintext
13 lines
158 B
Plaintext
|
// Inherit the parent event
|
||
|
event_inherited();
|
||
|
|
||
|
shootdelay = 20;
|
||
|
rundelay = 320;
|
||
|
volley = 0;
|
||
|
runtarget_x = x;
|
||
|
runtarget_y = y;
|
||
|
targeting = false;
|
||
|
|
||
|
hp = 250;
|
||
|
|