Player Smartwords
For data about your players you can use the curly brackets: {}
Possible data available this way is:
{name}
for the player's name
You can also reference the name and email for
So for example, if you have a position "Legal" and you want to print that person's name, you would write {the_positions.Legal.name}
Calculations
Where you've used a calculation and data is stored in a variable, you can use:
{variable}
where "variable" is replaced by the name of the variable (e.g. score)
{team.variable}
will access a team variable
{session.variable}
will access a session variable
Last updated