18 lines
283 B
Plaintext
18 lines
283 B
Plaintext
// Inherit the parent event
|
|
event_inherited();
|
|
|
|
hp = 50;
|
|
image_xscale = 2;
|
|
image_yscale = 2;
|
|
charge_collide = ds_list_create();
|
|
|
|
direction = random(360);
|
|
change_timer = 60 + random(120);
|
|
attack_timer = 120 + random(300);
|
|
dspeed = 0.1 + random(0.5);
|
|
attack_dir = 0;
|
|
|
|
attacking = 0;
|
|
|
|
|