
I'm looking for a script that, when called, will draw a polyline along the path of the token's last movement. (Think TRON lightcycles, your token is the cycle and the script adds the polyline after the token moves(via !api not change:graphic)) What's screwing me up on my own attempt at it is that creating a path uses points relative to the bounding box, whereas the lastmove property uses screen coordinates. Top,Left of the bounding box is a virtual point that's rarely on the path itself so it has to be derived. My skill level means I can probably get it working given a few weeks, but I'm hoping the pros here can help me reduce that time (and amount of hair-pulling). Know of anything like this I can use or look over?