i cant grasp the concept of scripting yet and i need a stat roller to roll decent stats... heres the approach i took
Your roll: 9, 16, 17, 13, 18, 8
is what you get when you roll, 18 being max 1 being min
i need to write something to where i dont except anything under 17 because sitting and typin reroll for hours aint my thing...
so i grabbed that expression and put it into a trigger like so
Your roll: %1, %2, %3, %4, %5, %6
with the output as
if %1 < 17 and
if %2 < 17 and
so on and so forth
then
reroll
else if
PUT IN YOUR STATS NOW
and obviously this doesnt work... so can i get some help?
Your roll: 9, 16, 17, 13, 18, 8
is what you get when you roll, 18 being max 1 being min
i need to write something to where i dont except anything under 17 because sitting and typin reroll for hours aint my thing...
so i grabbed that expression and put it into a trigger like so
Your roll: %1, %2, %3, %4, %5, %6
with the output as
if %1 < 17 and
if %2 < 17 and
so on and so forth
then
reroll
else if
PUT IN YOUR STATS NOW
and obviously this doesnt work... so can i get some help?