
Can I use a switch statement in a token macro? Trying to make a macro that automatically rolls three eye rays. Looks like this. switch ([[1d6]]){ case 0: %{Mindwitness|1} case 1: %{Mindwitness|2} case 2: %{Mindwitness|3} case 3: %{Mindwitness|4} case 4: %{Mindwitness|5} case 5: %{Mindwitness|6} }