-
ok, in the token discussion, I made the suggestion that the ifchecks (and commands) allow for two numbers after the operator to do a random number roll for the comparison. Well, this has inspired the idea to allow that for ALL numerical ifchecks.
Example:
The "statint" ifcheck from my suggested ifchecks is used to check the target's overall INT. With the topic's idea, you could do the following:
if statint $n >= 20 24
....
endif
This would take a random number from 20 to 24 and compare THAT against the target's INT.