1 | if (instance_exists(tailobj)) |
2 | { |
3 | image_speed = tailobj.mercymod / 400; |
4 | if (image_speed > 2) |
5 | image_speed = 2; |
6 | x = tailobj.x - 1; |
7 | y = tailobj.y; |
8 | } |
9 | else |
10 | { |
11 | instance_destroy(); |
12 | } |