Basic idea is I want to have a rollable table of 6x6 interchangeable map tokens that I can set up on a blank page (multiples of 6x6), lay a token on each, then have token-mod randomly select the side of the token and randomly rotate each either 0, 90, 180, 270 degrees. If my math is correct, just using the rotation and a 12x12 grid (2 tokens x 2 tokens) there would be 256 possible random dungeons/caves (4 possible rotations for 4x4x4x4=256). Please tell me this is possible, even if it takes an API to do it, like the wonderful Dynamic Light Recorder // Github: <a href="https://github.com/symposion/roll20-api-scripts/" rel="nofollow">https://github.com/symposion/roll20-api-scripts/</a> // By: Lucian Holland <a href="https://app.roll20.net/forum/post/4225825/script-update-tokenmod-an-interface-to-adjusting-properties-of-a-token-from-a-macro-or-the-chat-area/?pageforid=10514580#post-10514580" rel="nofollow">https://app.roll20.net/forum/post/4225825/script-update-tokenmod-an-interface-to-adjusting-properties-of-a-token-from-a-macro-or-the-chat-area/?pageforid=10514580#post-10514580</a>