I have been using roll20 for a couple of years now but have only now started using the API. I have been able to reverse engineer a few to get them working in my campaign but there are a couple that I cannot figure out. I am currently using Robin's CombatTracker and The Aaron's TockenLock to handle combat. I would like to be able to track Combat Movement. I have tried the old MovementTracker and TokenPath but I am unable to get either to work. Here are the versions I am using: <a href="https://app.roll20.net/forum/post/4042133/slug%7D" rel="nofollow">https://app.roll20.net/forum/post/4042133/slug%7D</a> <a href="https://github.com/Roll20/roll20-api-scripts/tree/master/TokenPath" rel="nofollow">https://github.com/Roll20/roll20-api-scripts/tree/master/TokenPath</a> I have an idea for movement tracking in combat but I have no idea how I would implement it, as I have very little experience with java. If speed was set as a resource and linked to a token bar, the player could see what they had left for movement. I am not sure how one would link the page measurements with a resource, or if it is possible. If it were, perhaps it could be linked with the aura as well, that way there was a visual representation of how much movement a player had remaining. Any suggestions or ideas? Perhaps there is already something out there for this. On a side note, does anyone have a good resource to get me started in writing my own scripts? It has been fun to poke around with the code to get different results but I have no idea how to build my own from scratch. Thank you everyone:)