| 1 | if (live_call()) |
| 2 | return global.live_result; |
| 3 | if (!noloop) |
| 4 | { |
| 5 | image_speed = 0; |
| 6 | image_index = image_number - 1; |
| 7 | audio_stop_sound(snd_rumble); |
| 8 | audio_play_sound(snd_mart_impact_2, 1, 0); |
| 9 | scr_screenshake |
| 10 | noloop = true; |
| 11 | } |