
So I know I'm missing some simple syntax for this, but I can't seem to figure out what. Basically want my macro to prompt for spell level and then prompt to see if beacon of hope is up. Also a life cleric hence the extra added to each roll. Here is what I got so far. ?{Level| 1, ?{Beacon of Hope|No,1d4+3|Yes,4+3} | 2, ?{Beacon of Hope|No,2d4+4|Yes,8+4} | 3, ?{Beacon of Hope|No,3d4+5|Yes,12+5} | 4, ?{Beacon of Hope|No,4d4+6|Yes,16+6} | 5, ?{Beacon of Hope|No,5d4+7|Yes,20+7} | 6, ?{Beacon of Hope|No,6d4+8|Yes,24+8} | 7, ?{Beacon of Hope|No,7d4+9|Yes,28+9} | 8, ?{Beacon of Hope|No,8d4+10|Yes,32+10} | 9, ?{Beacon of Hope|No,9d4+11|Yes,36+11} } Any help or suggestions would be much appreciated.