wsaunders1014 / ShowDragDistance

Shows distance you dragged the token, similar to pressing ctrl.
10 stars 13 forks source link

[Feature Request] Movement step by step instead of one big "jump" #78

Open VeilOfOblivion opened 3 years ago

VeilOfOblivion commented 3 years ago

It would be great to have the option to move grid space by grid space instead of just from start to finish.

This would allow this to work with other modules like Multilevel Tokens or Trigger Happy to trigger on each grid space you move the token through. Right now, it only considers the start point and end point and if both are outside the trigger zone, it doesn't trigger at all.

And if I am using it with Trigger Happy and the capture trigger, it sometimes even behaves strangely: After dragging over a capture trigger and dropping it somewhere outside, it looks like the visuals are out of sync. The next drag attempt shows the dragging marker showing correctly where the token was. But the token starts from the actor that has the capture trigger attached from it (as it was captured but the token was just misplaced).

Let me know if I wasn't clear :)