1 | if (hatinit == 0) |
2 | { |
3 | hat = scr_dark_marker |
4 | hatinit = 1 |
5 | } |
6 | if (!i_ex(obj_battleback)) |
7 | { |
8 | if i_ex(werewire6) |
9 | { |
10 | with (hat) |
11 | setxy((other.werewire6.x + 20), (other.werewire6.y - 28)) |
12 | } |
13 | if i_ex(werewire7) |
14 | { |
15 | with (hat) |
16 | setxy((other.werewire7.x + 20), (other.werewire7.y - 28)) |
17 | } |
18 | } |