Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How can i define a range between lets say 10 and 20.
Value of something is greater than 10, but less than 20?
You can use different types of operators in any expression including logical operators(and, not, or). For example:
Value(YourStat)>10 and Value(YourStat)<20
http://hand2note.com/Help/Index/ExpressionSyntax
Looks like your connection to Hand2Note was lost, please wait while we try to reconnect.