player.script_stat[n]
Type: NumberThis member allows you to access the values of script-defined Post-Game Carnage Report stats on a per-player basis. Stats can be read or modified. Their values persist between rounds, making them a useful way to persist state between rounds.
Example
for each player do current_player.script_stat[3] += 5 end