Greetings Community! I started being the GM for a group of players playing Pokemon Tabletop United(PTU) The game is a lot of fun but it differently needs some work to streamline events. I created a macro for capturing pokemon with Pokeball with the required calculations: &{template:default} {{name=Pokeball}} {{Standard = [[1d100 - @{selected|Level}]]}} {{Great = [[1d100 - @{selected|Level}-10]]}} {{Ultra = [[1d100 - @{selected|Level}-15]]}}{{Master = [[1d100 - @{selected|Level}-100]]}} However, the output is in a table form for each type of Pokeball. Is there a way to have an initial prompt ask for what type of Pokeball, and then output the resulting calculation? As a bonus, could also tie a boolean into the initial throw so that: Players roll a 1d20, if higher than 6, then capture calculation is performed?