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.
23 lines
460 B
23 lines
460 B
if (sparkcounter == 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 (107633)
|
|
instance_destroy()
|
|
global.event[51] = 1
|
|
mus_fadeout(musAncientGuardian)
|
|
oMusicV2.bossbgm = 0
|
|
mus_current_fadein()
|
|
sparkcounter = 1
|
|
}
|