diff options
author | IronClawTrem <louie.nutman@gmail.com> | 2020-02-16 03:40:06 +0000 |
---|---|---|
committer | IronClawTrem <louie.nutman@gmail.com> | 2020-02-16 03:40:06 +0000 |
commit | 425decdf7e9284d15aa726e3ae96b9942fb0e3ea (patch) | |
tree | 6c0dd7edfefff1be7b9e75fe0b3a0a85fe1595f3 /docs/PlayerVars.md | |
parent | ccb0b2e4d6674a7a00c9bf491f08fc73b6898c54 (diff) |
create tremded branch
Diffstat (limited to 'docs/PlayerVars.md')
-rw-r--r-- | docs/PlayerVars.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/PlayerVars.md b/docs/PlayerVars.md new file mode 100644 index 0000000..b2ec8d2 --- /dev/null +++ b/docs/PlayerVars.md @@ -0,0 +1,15 @@ +## Player Vars + +* `player_hp` - Your current HP +* `player_maxhp` - The maximum HP for your class +* `player_credits` - The number of credits/evos you currently hold +* `player_score` - Your current score on the board +* `player_attackername` - Name of the player who last attacked you +* `player_crosshairname` - Name of the player in your crosshairs + +## Team Vars + +* `team_bp` - Your teams remaining available build points +* `team_kns` - Number of kills till your team advances to the next stage +* `team_teamname` - Human readable of your team name (i.e., "humans", "aliens" or "spectator") +* `team_stage` - Your teams current stage (1, 2 or 3. 0 for spectators) |