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

8 lines
161 B

if (other.x < 256)
tr_x = (other.x + 220)
else
tr_x = (other.x - 140)
create_gamma(tr_x, (other.y + 32), 20, 1)
global.event[161] = 1
instance_destroy()