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-The-Horde-Multitroid/Export_Code/gml_Object_oTesterIceBeam2_...

12 lines
279 B

instance_create(x, y, oTesterIceSpark)
if (random(17) <= 2)
{
instance_create(x, y, oHordeMini)
if (instance_number(oHordeMini) > 21)
{
with (instance_furthest(oCharacter.x, oCharacter.y, oHordeMini))
instance_destroy()
}
}
instance_destroy()