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

9 lines
232 B

claw1 = instance_create(x, y, oClawOrb)
claw1.duration = 65
claw2 = instance_create((x + 32), y, oClawOrb)
claw2.duration = 4
claw3 = instance_create((x + 64), y, oClawOrb)
claw3.duration = 120
if global.event[54]
event_user(0)