Hey everyone, I've a problem with a script I'm implementing for my game. It tracks movement of tokens and I want it to roll back last move if it went too far (not enough move available). The problem is, that for some bizarre reason after I set top/left of an object the next movement doesn't trigger change:graphic:lastmove event. Why could that be? Here's the script itself <a href="https://pastebin.com/ZeHpp5yA" rel="nofollow">https://pastebin.com/ZeHpp5yA</a>