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.
30 lines
569 B
30 lines
569 B
flashing = 5
|
|
fxtimer = 0
|
|
PlaySoundMono(sndTorizoHit)
|
|
myhealth -= 1
|
|
if (myhealth <= 0)
|
|
{
|
|
state = 100
|
|
statetime = 0
|
|
alarm[10] = 1
|
|
alarm[11] = 300
|
|
with (oTorizoEgg)
|
|
event_user(1)
|
|
with (oTorizoGhost)
|
|
event_user(1)
|
|
if (oControl.mod_fusion == 0)
|
|
{
|
|
with (oTorizoSpikes)
|
|
event_user(0)
|
|
mus_fadeout(musTorizoB)
|
|
oMusicV2.bossbgm = 0
|
|
}
|
|
global.event[152] = 3
|
|
dead = 1
|
|
if (instance_exists(oClient) && oClient.connected)
|
|
{
|
|
with (oClient)
|
|
event_user(8)
|
|
}
|
|
}
|