Add Pyro Airblast Call.
This commit is contained in:
@@ -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.
|
* **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.
|
* **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).
|
* **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.").
|
* **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.
|
* **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.
|
* **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.
|
||||||
|
@@ -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_on_text "exec scripts/lang/auto_disguise_on_text.cfg"
|
||||||
alias auto_disguise_off_text "exec scripts/lang/auto_disguise_off_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_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_soldier_text "exec scripts/lang/spy_check_soldier_text.cfg"
|
||||||
alias spy_check_pyro_text "exec scripts/lang/spy_check_pyro_text.cfg"
|
alias spy_check_pyro_text "exec scripts/lang/spy_check_pyro_text.cfg"
|
||||||
|
1
cfg/scripts/lang/pyro_airblast_text.cfg
Normal file
1
cfg/scripts/lang/pyro_airblast_text.cfg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
say_team "Pyro, please airblast me."
|
@@ -106,6 +106,10 @@ alias netgraph_off "bind TAB +showscores"
|
|||||||
SHOW_NETGRAPH
|
SHOW_NETGRAPH
|
||||||
|
|
||||||
|
|
||||||
|
// Pyro Airblast Call
|
||||||
|
// Sends a team message asking for a Pyro to airblast you.
|
||||||
|
bind BACKSPACE pyro_airblast_text
|
||||||
|
|
||||||
// Spy-Checking Lines
|
// Spy-Checking Lines
|
||||||
// Automatically says a spy-checking team chat line.
|
// Automatically says a spy-checking team chat line.
|
||||||
alias +spy_mode "+spy1; +spy2; +spy3; +spy4; +spy5; +spy6; +spy7; +spy8; +spy9"
|
alias +spy_mode "+spy1; +spy2; +spy3; +spy4; +spy5; +spy6; +spy7; +spy8; +spy9"
|
||||||
|
Reference in New Issue
Block a user