| 1 | depth = -y; |
| 2 | image_speed = 0.4; |
| 3 | waiter = 0; |
| 4 | if (global.dunes_flag[2] || global.party_member != -4) |
| 5 | { |
| 6 | sprite_index = spr_storm_fan_stop; |
| 7 | image_index = 2; |
| 8 | image_speed = 0; |
| 9 | global.dunes_flag[2] = 1; |
| 10 | } |