User:Darkid/Code
Completed codes:
- Push-to-talk Toggle:
- Push-to-talk Toggle:
- alias voiceon "+voicerecord; alias voicetoggle voiceoff"
- alias voiceoff "-voicerecord; alias voicetoggle voiceon"
- alias voicetoggle voiceon
bind t voicetoggle
- Auto-heal Toggle:
- Auto-heal Toggle:
- tf_medigun_autoheal 0
- bind l autohealtoggle
- alias autohealtoggle autohealon
- alias autohealon "tf_medigun_autoheal 1; alias autohealtoggle autohealoff"
alias autohealoff "tf_medigun_autoheal 0; alias autohealtoggle autohealon"
- Multi-level Medic Radar:
- Multi-level Medic Radar:
- Hud_MedicAutocallersThreshold 065
- bind r radar
- alias radar thresh099
- alias thresh099 "echo 099; Hud_MedicAutocallersThreshold 099; alias radar thresh151; wait 1000; thresh065"
- alias thresh151 "echo 151; Hud_MedicAutocallersThreshold 151; alias radar thresh151; wait 1000; thresh065"
alias thresh065 "echo 065; wait 1000; alias radar thresh099; Hud_MedicAutocallersThreshold 065"
WIP codes:
- Taunt Toggle
- Taunt Toggle
- bind / tInput
- alias tInput "echo Input; tRedirect"
- alias tRedirect "echo Redirect; alias tInput "tDisable"; tTaunt"
- alias tTaunt "echo Taunt; +taunt; wait 200; tTaunt"
- alias tDisable "echo Disable; alias tTaunt "tReset""
alias tReset "echo Reset; alias tInput "echo Input; tRedirect"; echo test1; alias tTaunt "echo Taunt; +taunt; wait 200; tTaunt"; echo Quit"