See if this does what you want - I've never used the script so not 100% sure if it's what you're looking for. Make sure you copy the script from the RAW paste data right down the bottom - click in the frame and hit ctrl-A to select all, and paste it into a new API script (disable your main MonsterLoot first!). Sometimes the prettified main pastebin window seems to screw with apostrophes/backticks a little. It adds a "Preroll" option to the advantage/disadvantage dialog when you click the skill roll button - just enter your raw d20 value into the second query, it'll still hook into the function to add the skill mod from the character sheet, so don't add that on manually. Selecting "preroll" will also disable advantage/disadvantage, since presumably your players will be doing that manually and inputting the result after taking adv/dis into account. Let me know if it doesn't work, or isn't what you want. I commented out the last line I modified - using the --reset flag clears all tokens of their looted status. I couldn't see how to do this with the script, though I didn't really spend any time looking. If you ever need to reset the looted status of all tokens, just uncomment the modification on line 913 (remove the // at the start), and the --reset command will do that. Modded Lines: 109 / 119 - Add preroll variable, assign it if found in the command line 176 - Add nested preroll query to skill roll dialog 214 - Add preroll variable as extra parameter to skillRoll function 591 - Change skillRoll function to use prerolled d20 value if present, otherwise fall back to default behaviour (COMMENTED OUT, NOT FUNCTIONAL) 913 - Change the --reset command to clear the looted status of all tokens