Skip to content

Commit

Permalink
Add kill_highlight
Browse files Browse the repository at this point in the history
for Theory-Y
  • Loading branch information
blakeplusplus committed Sep 1, 2023
1 parent 0aaff7f commit 78ecfac
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions cfg/overrides/statues.cfg
Expand Up @@ -38,7 +38,7 @@ alias blu "exec overrides/statues/blu" // Needs to be its own file to execute pr
alias big_sticky "exec overrides/statues/big_sticky" // Needs to be its own file to execute properly
alias highlight "ent_create info_particle_system targetname highlight start_active 1 effect_name eyeboss_doorway_vortex"

alias kill_ "kill_blu;kill_red;kill_sticky;kill_sentry"
alias kill_ "kill_blu;kill_red;kill_sticky;kill_sentry;kill_highlight"
alias kill_blu "ent_fire blu_player_statue* kill"
alias kill_red "ent_fire red_player_statue* kill"
alias kill_players "kill_blu;kill_red"
Expand All @@ -49,6 +49,7 @@ alias kill_sticky "kill_red_sticky;kill_blu_sticky;kill_jump_sticky"
alias kill_red_sentry "ent_fire red_sentry* kill"
alias kill_blu_sentry "ent_fire blu_sentry* kill"
alias kill_sentry "kill_red_sentry;kill_blu_sentry"
alias kill_highlight "ent_remove_all highlight"

// Low-function/non-important aliases
alias jump_sticky "ent_create prop_dynamic targetname jump_sticky solid 6 model models/weapons/w_models/w_stickybomb2.mdl;big_sticky"
Expand All @@ -60,6 +61,7 @@ setinfo kill_red "- Kill all RED statues."
setinfo kill_blu "- Kill all BLU statues."
setinfo kill_sticky "- Kill all stickies."
setinfo kill_sentry "- Kill all sentries."
setinfo kill_highlight "- Kill all highlights."
setinfo color_toggle "- Change color of statues being spawned."
setinfo nuke "- Become death, destroyer of statues."

Expand Down Expand Up @@ -150,6 +152,7 @@ echo "----------------------------------------------------------"
echo " Aliases: "
echo " kill_sticky - Kill all stickies. "
echo " kill_sentry - Kill all sentries. "
echo " jump_sticky - Spawn jump-style sticky. "
echo " kill_highlight - Kill all highlights. "
echo " jump_sticky - Spawn jump-style sticky. "
echo " nuke - ... "
echo "----------------------------------------------------------"

0 comments on commit 78ecfac

Please sign in to comment.