1 | if (moveberd == 1) |
2 | { |
3 | with (other) |
4 | { |
5 | if (movetype == 0 && movetimer < (movethreshold - 1) && movecon == 0) |
6 | { |
7 | movebuffer = 1; |
8 | movetimer = movethreshold - 1; |
9 | } |
10 | } |
11 | instance_destroy(); |
12 | } |