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

16 lines
279 B

if (state != 10 && other.active == 0)
{
state = 10
statetime = 0
targetx = (other.x + 8)
targety = (other.y + 8)
alarm[0] = 1
with (other.id)
{
active = 1
alarm[0] = 90
}
sfx_play(sndEMPHit)
sfx_play(sndBirdSwitchEnable)
}