| 1 | if (sprite_index == spr_floweyrise) |
| 2 | { |
| 3 | sprite_index = spr_flowey; |
| 4 | image_speed = 0; |
| 5 | image_index = 0; |
| 6 | waiter++; |
| 7 | } |
| 8 | if (sprite_index == spr_floweyleave) |
| 9 | { |
| 10 | instance_create(144, 188, obj_dalvExit_blocker); |
| 11 | waiter++; |
| 12 | image_alpha = 0; |
| 13 | } |