1 | if (instance_exists(obj_kitchenchecker)) |
2 | { |
3 | if (obj_kitchenchecker.level == 1 || obj_kitchenchecker.level == 2) |
4 | { |
5 | with (obj_mainchara) |
6 | { |
7 | x = xprevious; |
8 | y = yprevious; |
9 | moving = 0; |
10 | } |
11 | } |
12 | } |