Hi, i'm implementing the Game Spectaculars in Roll 20. It uses a d100 to determine sucess and failure. This is the macro i'm using: &{template:default}{{name= @{character_name} uses their Superpower}} {{Roll =[[1d100cs<80cf>81<81]]}} And it works just fine. But it only outputs are 0 and 1 since i'm only ever rolling one die. Could I get it to output the rolled number instead without losing the formating of red and green for Success or Failure?