I am trying to implement a simple locational damage roll macro. Basically PCs have to roll a 1d6 and each possible value represents a part of the body, eg: 6 hits head, 5 hits chest, 4 hits belly, and so on. I would like to know if there's a way to compare the roll result to all of the possible values, and show a message saying that it hits the body part in question. I am aware that roll20 macros does not suport if/then logic (wich would make this task very easy btw), so is there a work around to this, perhaps with the target number comparison? but in this case there are several... Any help would be most apreciated, sorry for the bad english, cudos from Brazil Note: I am not very familiar with the macro syntax, but any help is very apreciated