You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
522 B
25 lines
522 B
if (sparkcounter == 0 && xtreme == 0)
|
|
{
|
|
state = 100
|
|
sfx_play(sndBoss1Death)
|
|
with (wall1)
|
|
instance_destroy()
|
|
with (wall2)
|
|
instance_destroy()
|
|
with (wheel)
|
|
instance_destroy()
|
|
with (block1)
|
|
event_user(0)
|
|
with (block2)
|
|
event_user(0)
|
|
with (107658)
|
|
instance_destroy()
|
|
global.event[51] = 1
|
|
mus_fadeout(musAncientGuardian)
|
|
oMusicV2.bossbgm = 0
|
|
mus_current_fadein()
|
|
sparkcounter = 1
|
|
}
|
|
else
|
|
damage_player(damage, hpush, 3, 0, 0)
|