| 1 | if (live_call()) |
| 2 | return global.live_result; |
| 3 | if (sprite_index == spr_bigfrog_mouth_attack) |
| 4 | { |
| 5 | if (image_speed == -1 && image_index <= 0) |
| 6 | { |
| 7 | image_speed = 0; |
| 8 | image_index = 0; |
| 9 | if (!alarm[0]) |
| 10 | alarm[0] = 20; |
| 11 | } |
| 12 | } |