From 1230baf35202fbcdb1c1b275bdec66793ad4da37 Mon Sep 17 00:00:00 2001 From: NomNuggetNom Date: Sun, 2 Nov 2014 15:41:49 -0500 Subject: [PATCH] Update ctf codes --- codes.md | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/codes.md b/codes.md index 5ea9c58..501fd98 100644 --- a/codes.md +++ b/codes.md @@ -35,14 +35,22 @@ To use a variable, place it in curly brackets, like so: `{variable}`. - `map` - The map you're playing on. - `game` - The game number out of the three game tournament. - `free day` - Will render "It's free day!" on free day. -- `blue wins` - Number of blue wins in the three game tournament. -- `blue caps` - Number of captures that blue team has. -- `blue flag` - The location of blue team's flag. -- `blue players` - The number of players on blue team. -- `red wins` - Number of red wins in the three game tournament. -- `red caps` - Number of captures that red team has. -- `red flag` - The location of red team's flag. -- `red players` - The number of players on red team. +- `blue-wins` - Number of blue wins in the three game tournament. +- `blue_wins` - Number of blue wins in the three game tournament. +- `blue-caps` - Number of captures that blue team has. +- `blue_caps` - Number of captures that blue team has. +- `blue-flag` - The location of blue team's flag. +- `blue_flag` - The location of blue team's flag. +- `blue-players` - The number of players on blue team. +- `blue_players` - The number of players on blue team. +- `red-wins` - Number of red wins in the three game tournament. +- `red_wins` - Number of red wins in the three game tournament. +- `red-caps` - Number of captures that red team has. +- `red_caps` - Number of captures that red team has. +- `red-flag` - The location of red team's flag. +- `red_flag` - The location of red team's flag. +- `red-players` - The number of players on red team. +- `red_players` - The number of players on red team. - `team` - The team you're on. - `winner` - The winner of the last game.