
I'd like to automatically clear a certain text input containing roll modifiers every time ANY roll is made on the character sheet. This modifier would be used to modify rolls, but ideally it clears after a roll to prevent any inadvertent subsequent rolls being accidentally modified. I can't seem to find a way to do this. I can think of two possible ways, but both don't seem to be supported: 1. Capturing an event for roll button presses and setting the modifier input to zero. I don't think there's a way to do this with sheet workers, templates, or any other method. But it never hurts to check. 2. The straight forward way to do this should be to use input modifiers. The reason I can't in this case is that I need to be able to reference the modifier that a player enters and I don't think there's a way to reference the modifier because what the player enters isn't stored as a named variable. Any ideas?