
Hello I was trying to make a macro looks a little cleaner and was wondering if there was a way to make a certain digit, or digit range to result in a specific word being written. The exact thing I'm trying to accomplish is a check to see if players discovery something during travel. Here's what I'm using now: &{template:default} {{name=Making a Discovery}} {{Discovery on 1=[[1d20>17]]}} {{Location on 1-10 Encounter on 11-20=[[1d20]]}} What I'd like to do to make it look a little cleaner is to have you roll the macro and after the roll is made 17-20 it would display a message, "Something was Discovered!" or something to that effect, and then the on the location roll for it to display "You found a new Location!" on a 1-10, and "You have made an Encounter!" on a 11-20.