
Hey all, I have a simple request for help with a macro... I have two variables, @{masterwork} and @{enhancement} that apply to weapon attack rolls [[1d20]]. However, not both apply - only the greatest of them is added. How would I write... [[1d20+(@{masterwork} or @{enhancement}, whichever is greater)]] I'm sure there's some floor and abs and +0.1 going on to do that, but I've never been too good at that specific thing. Thanks!