I love the look of powercards and im trying to do a simple dice roll macro with user modifier input. So far I have - !power {{ --name|D20 with modifiers --I roll a |[[ [$check] 1d20 + ?{Whats your modifier?|}]] }} I want to display if a 2 is rolled as in my system its a potential fumble. I also want to display if an 18 or 19 is rolled. I tried ==?? $check.base ==2 ?? You rolled a 2 This didnt work...any ideas