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

11 lines
240 B

expl = instance_create((x + 24), (y + 24), oExplosionSmoke)
expl.width = 48
expl.height = 48
repeat (10)
{
deb = instance_create((x + 24), (y + 24), oDebris)
deb.alarm[0] = (60 + random(20))
}
sfx_play(sndA4Expl)
instance_destroy()