manuelVo / foundryvtt-drag-ruler

A Foundry VTT module that shows a ruler when dragging tokens so you can see how far you've dragged them
MIT License
39 stars 50 forks source link

See history without dragging token a little bit #316

Open Exkilter opened 4 months ago

Exkilter commented 4 months ago

Is there a way to see the movement history without dragging it a little or a macro that I can run that allows me to see the movement history?

xaukael commented 4 months ago

in case you did not see what I posted in discord

canvas.controls.ruler.draggedEntity = token
canvas.controls.ruler.dragRulerStart({}, true);
manuelVo commented 4 months ago

There is no official way to do this, but the snippet that xaukael posted looks like it might work.