Add Pyro Airblast Call.

This commit is contained in:
Lyrositor
2014-02-22 10:13:58 +01:00
parent b6bd4e831c
commit bfc118c431
4 changed files with 8 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ Most features are usable by all classes, but a few are class-specific. If you wo
* **Loadout Switch:** binds 4 Shift key combinations to each loadout.
* **Music Player:** cycles through Team Fortress 2's music files when pressing the `;` key. Can also automatically play a song on class select.
* **Netgraph:** displays the netgraph on the score screen (Tab key).
* **Pyro Airblast Call:** sends a team message asking for a Pyro to airblast you.
* **Spy-Checking Lines:** sends a team message notifying players about an exposed spy (e.g. "Pyro is Spy.").
* **Suicide Explosion:** makes you explode at the touch of a button.
* **Engineer: Building Bindings:** binds keys 6 through 9 to the Engineer's buildings, automatically destroying any existing buildings when pressed. You can also disable the PDA numeric keys.

View File

@@ -42,6 +42,8 @@ alias disguise_remove_text "exec scripts/lang/disguise_remove_text.cfg"
alias auto_disguise_on_text "exec scripts/lang/auto_disguise_on_text.cfg"
alias auto_disguise_off_text "exec scripts/lang/auto_disguise_off_text.cfg"
alias pyro_airblast_text "exec scripts/lang/pyro_airblast_text.cfg
alias spy_check_scout_text "exec scripts/lang/spy_check_scout_text.cfg"
alias spy_check_soldier_text "exec scripts/lang/spy_check_soldier_text.cfg"
alias spy_check_pyro_text "exec scripts/lang/spy_check_pyro_text.cfg"

View File

@@ -0,0 +1 @@
say_team "Pyro, please airblast me."

View File

@@ -106,6 +106,10 @@ alias netgraph_off "bind TAB +showscores"
SHOW_NETGRAPH
// Pyro Airblast Call
// Sends a team message asking for a Pyro to airblast you.
bind BACKSPACE pyro_airblast_text
// Spy-Checking Lines
// Automatically says a spy-checking team chat line.
alias +spy_mode "+spy1; +spy2; +spy3; +spy4; +spy5; +spy6; +spy7; +spy8; +spy9"