These are examples of the codes for points scores that different tournaments have used. Notice that some use limit, and some use max/min. Both should work!
Tournament | Description (W/D/L points, and bonus points) | Code for a win |
---|---|---|
Crumb Bowl 2012 | 9 for a win, plus bonus for each TD or Cas to a maximum of 3 for each | 9+min(3,tf)+min(3,cf) |
Exiles Open 2012 | 9/5/1, plus bonuses for TDs and Cas to a maximum of 2 each. | 9+min(2,tf)+min(2,cf) |
Exiles Open 2013 | Straight 3/1/0 for W/D/L | 3 |
Waterbowl 2014 | 6/3/0, 1 bonus point for winning by 2 clear TDs | 6 + is(tn>1) |
It is possible to personalise Score quite a lot – see sann0638’s page for examples.