diff --git a/README.md b/README.md index 3cf2234..ff6aa1a 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/cfg/scripts/lang/_main.cfg b/cfg/scripts/lang/_main.cfg index fc329cd..9d87c86 100644 --- a/cfg/scripts/lang/_main.cfg +++ b/cfg/scripts/lang/_main.cfg @@ -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" diff --git a/cfg/scripts/lang/pyro_airblast_text.cfg b/cfg/scripts/lang/pyro_airblast_text.cfg new file mode 100644 index 0000000..18b336e --- /dev/null +++ b/cfg/scripts/lang/pyro_airblast_text.cfg @@ -0,0 +1 @@ +say_team "Pyro, please airblast me." \ No newline at end of file diff --git a/cfg/scripts/main.cfg b/cfg/scripts/main.cfg index 196aad0..7852eb1 100644 --- a/cfg/scripts/main.cfg +++ b/cfg/scripts/main.cfg @@ -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"