The Graphic object has a "lastmove" property you can access. From the Wiki: The last move of the token. It's a comma-delimited list of coordinates. For example, "300,400" would mean that the token started its last move at left=300, top=400. It's always assumed that the current top + left values of the token are the "ending point" of the last move. Waypoints are indicated by multiple sets of coordinates. For example, "300,400,350,450,400,500" would indicate that the token started at left=300, top=400, then set a waypoint at left=350, top=450, another waypoint at left=400, top=500, and then finished the move at its current top + left coordinates. <a href="https://wiki.roll20.net/API:Objects#Graphic_.28Tok" rel="nofollow">https://wiki.roll20.net/API:Objects#Graphic_.28Tok</a>...