How It Works
Define an equation which can use variables.
[x] returns the value entered into this round.
[p] returns the player count.
[win] returns true if the player or co-op victory is true
[Round] returns the score from that round (or text for text round).
[zRound] returns true or false whether rounds with checkboxes are checked.
Player rounds can reference global rounds, but global rounds cannot reference player rounds.
Rounds without a value set will be treated as zero.
Visit this link for more details about included functions. https://ncalc.github.io/ncalc/articles/language/functions.html
Examples
Derived score
Input: [x] * [Rnd1]
Result: Will multiply the value entered into this round with the score from Rnd1
Penalty rule
Input: [Victory] - [Penalty]
Result: Subtracts penalties from victory points.
Screenshots

