
Hey all, I have changed the movement tracker, and made it easier to work with the new waypoint system. The problem I have noticed is that when people move their tokens, if they do not use the spacebar commands, then it erased the old movement from their turns. This script adds their old move to their current move list, thus logging all their moves, only resetting it when you move the initiative to the next token. This system is ignored when the initiative pane is closed. It also has a function to prevent tokens from being moved when not their turn. Because of easy scripting and token action buttons, I roll initiative for everything, so this does not cause a problem. Change the toggle for this (to true) to allow movement when not a token's turn. Here is a link to the gist: <a href="https://gist.github.com/DarokinB/8426111" rel="nofollow">https://gist.github.com/DarokinB/8426111</a>