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_oBarrier_Collisi...

15 lines
334 B

if (other.image_index < 2)
{
if (frozen > 0 && global.icemissiles && (!other.smissile) && justfrozen)
exit
if frozen
event_user(0)
if ((!frozen) && global.icemissiles && (!other.smissile))
{
frozen = 300
PlaySoundMono(sndFreezeHit)
justfrozen = 1
alarm[11] = 10
}
}