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 (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
|
|
}
|
|
}
|