It looks like you're new here. If you want to get involved, click one of these buttons!
(set:$diceroll1 to (random: 1,6)) (set:$diceroll2 to (random: 1,6)) (set:$diceroll1 + $diceroll2 to $result1) (if: $result1 = 7,11)[Natural!] (if: $result1 = 2,3,12)[Fail!] (if: $result1 = 4,5,6,8,9,10)[Point!]
Comments
Second. Everything after your first two macro invocations is incorrect. Try something like the following:
I created nine re-roll passages just to be safe. After 4 re-rolls you usually get a win or fail. I used this code:
Time to do some gambling ;D