
Hi all,
Currently playing Warhammer, I was wondering how I could write a macro to return "success" or "failure" depending on the value of the D100 I would have rolled.
My last try was to define a new table called "status" with two elements ( "success" and "failure" ) and by using [[{{1d100>50}}]] I would return either 0 or 1. That would be the index in the table and then output "success" if below 50 and "failure" if above or equal to 50. I do not figured out how to do it properly. Is there a way to do it ?
I have also checked how to use an IF THEN ELSE statement but according to the documentation I have found, it does not exists.
Thanks !