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.
AM2R-Multitroid-Fair-Team-PVP/Export_Code/gml_Object_oErisBody1_Other...

15 lines
227 B

if (state != 100)
{
flashing = 10
if (hp <= 0)
{
hp = 0
state = 1
statetime = 0
sfx_stop(sndFreezeHit)
sfx_play(sndFreezeHit)
}
else
sfx_play(sndIceBeamHit)
}