I am using the following code for a macro: ?{Options| Option 1, /roll 1d20| Option 2, /roll 2d20| Option 3, /roll 3d20 } I am trying to make a different dice roll depending on the option chosen by the player and the dice roll is not made, only the string "/roll 1d20" appears. What am I doing wrong?