So I want to be able to change a single attribute of character based on the rotation of the token it represents. For example, if a I rotated the token (that is facing upwards) representing Character-A 45 degrees to the right, character A's 'rotation' attribute would change to 45. Then if I rotated the token again another 45 degrees, the attribute would change to 90. And if I rotated it all the way back left 90 degrees, the attribute would change back to 0. From what I can tell, the script I'm looking for above is somewhere in the 'Facing Indicator' script found here: <a href="https://app.roll20.net/forum/post/1903275/slug%7D" rel="nofollow">https://app.roll20.net/forum/post/1903275/slug%7D</a> but is buried in the rest of the script haha. I don't know how to do it myself, but if someone could, or tell me how to (by literally telling me which lines to omit or add), strip that script down to do just the bit I described above, that would be helpful. Thanks. :)