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.
|
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()
|