1 | if (live_call()) |
2 | return global.live_result; |
3 | if (sprite_index == spr_flowey_enter_plain || sprite_index == spr_flowey_enter) |
4 | { |
5 | image_index = 0; |
6 | image_speed = 0; |
7 | sprite_index = spr_flowey_plain; |
8 | if (sprite_index == spr_flowey_enter) |
9 | sprite_index = spr_flowey_nice; |
10 | } |