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

14 lines
247 B

if (claw1.active && claw2.active && claw3.active)
{
alarm[0] = 60
with (oClawOrb)
{
active = 0
canbeshot = 0
sprite_index = sClawOrb1
image_index = 0
image_speed = 0
alarm[0] = 0
}
}