Sorry about this but I now need to change the macro so that it triggers the random event on a roll 3 or less on 2d6 instead of just on a double 1. Here's the macro posted earlier by RainbowEncoder: &{template:default} {{[0](" hidden)}} {{[1](" hidden)=[[1d1cs0]] Crit Fail [[ 1t[tablename] ]] }} {{[[[{2d6,0d0}>3]]](" hidden)=[[ {1,3,10,21,30,35}<[[1d35]] ]]}} {{[0](" hidden)=Movement Points}} In order to get the Crit Fail to occur on a roll of 3 or less, I thought all I had to do was to amend it to this: &{template:default} {{[0](" hidden)}} {{[1](" hidden)=[[1d1cs0]] Crit Fail [[ 1t[tablename] ]] }} {{[[[{2d6,0d 0}>4] ]](" hidden)=[[ {1,3,10,21,30,35}<[[1d35]] ]]}} {{[0](" hidden)=Movement Points}} But this doesn't seem to work, so I assume I need to amend the macro even more to get what I want...? I'd be very grateful if anyone could tell me how to do this. Cheers!