Points Table
Syntax
Points Table [~]filename
Parameters
- [~]filename: The name of the file containing the points allocation table. Use
~if the file is in the race folder; otherwise, it's assumed to be in the RunScore folder. The file should list the points awarded for each place, one per line (e.g., line 1 = 1st place points, line 2 = 2nd place points).
Description
Assigns points based on finish place according to values specified in an external file, instead of calculating points based on time relative to the winner.
Remarks
This command must follow an Event command and the Points command. The points file lists the score for each place sequentially. Finishers beyond the number of entries in the file receive zero points. Points can be fractional (use Points Precision to control display). Use Points Factor to apply a multiplier.
Examples
Using a points file named points.txt located in the race folder:
Event TIME
Points
Points Table ~points.txt
Example points.txt file content:
30.5
25.1
15
10
5
0