1 | if (live_call()) |
2 | return global.live_result; |
3 | image_speed = 0; |
4 | side = 1; |
5 | image_xscale = 0; |
6 | image_yscale = 0; |
7 | scene = 0; |
8 | cutscene_timer = 0; |
9 | spiral_offset_max = 14; |
10 | spiral_offset = 0; |
11 | bullet_offset_max = 14; |
12 | bullet_offset = 7; |
13 | attack_count = 2; |
14 | x_origin = x; |
15 | y_orgin = y; |