Do you want to keep these stats? [Y/N] Rolled: str [18(70)] int [7] wis
dex
con [13] cha
Confused what you really see but the idea would be something like:
#TRIGGER {Rolled: str ~[(%d)~((%d)~)~] int ~[(%d)~] wis ~[(%d)~] dex ~[(%d)~] con ~[(%d)~] cha ~[(%d)~]} {#IF ((%1 >= 10) AND ((%2 == 00) OR (%2 > 80)) AND (%3 >= 10) AND (%4 >= 10) AND (%5 >= 10) AND (%6 >= 10) AND (%7 >= 10)) {#VAR autoroll Y} {#VAR autoroll N}}
where:
%1 = str
%2 = str bonus
%3 = int
%4 = wis
%5 = dex
%6 = con
%7 = cha
you'd have to modify the minimums desired as they are all set to 10 in the example
Strength bonus is set to look for a 00 or > 80
and for days that there might be no str [##(##)] but str [##]
#TRIGGER {Rolled: str ~[(%d)~] int ~[(%d)~] wis ~[(%d)~] dex ~[(%d)~] con ~[(%d)~] cha ~[(%d)~]} {#IF ((%1 >= 10) AND (%2 >= 10) AND (%3 >= 10) AND (%4 >= 10) AND (%5 >= 10) AND (%6 >= 10)) {#VAR autoroll Y} {#VAR autoroll N}}
where:
%1 = str
%2 = int
%3 = wis
%4 = dex
%5 = con
%6 = cha
#TRIGGER {Do you want to keep these stats? ~[Y~/N~]} {@autoroll} {nocr|prompt}
TonDiening
Beta Upgrading to 6.26