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

5 lines
147 B

b = instance_create((x + random(16)), (y + random(64)), oCurrentBubble)
b.hspeed = (3 + random(1))
b.xlimit = (x + 160)
alarm[0] = (3 + random(2))