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.
|
if ((!frozen) && instance_number(oMeboid2) < 5)
|
|
{
|
|
repeat (2)
|
|
instance_create((x + irandom_range(-6, 6)), (y + irandom_range(24, 48)), oMeboid2)
|
|
}
|
|
alarm[0] = 120
|