| 1 | if (live_call()) |
| 2 | return global.live_result; |
| 3 | surf = surface_create(640, 480); |
| 4 | attack_delay = 0; |
| 5 | image_xscale = 10; |
| 6 | image_yscale = 10; |
| 7 | image_alpha = 0; |
| 8 | image_speed = 0; |
| 9 | var ring_sound = audio_play_sound(snd_ceroba_bullet_rise, 1, 0); |
| 10 | audio_sound_pitch(ring_sound, 1.2); |