| 1 | if (live_call()) |
| 2 | return global.live_result; |
| 3 | scene = 0; |
| 4 | cutscene_timer = 0; |
| 5 | image_xscale = 1; |
| 6 | image_yscale = 1; |
| 7 | image_speed = 0; |
| 8 | image_alpha = 0; |
| 9 | flash_alpha = 0; |
| 10 | fade_in = true; |
| 11 | sin_deg = 0; |
| 12 | sin_deg_inc = 5; |