1 | if (live_call()) |
2 | return global.live_result; |
3 | if (sprite_index == spr_flowey_enter_plain) |
4 | { |
5 | image_index = 0; |
6 | image_speed = 0; |
7 | sprite_index = flowey_plain; |
8 | y += 44; |
9 | } |
10 | if (sprite_index == spr_evil_flowey_dies_10) |
11 | { |
12 | image_speed = 0; |
13 | image_index = image_number - 1; |
14 | } |