User:Darkid/Code

From Team Fortress Wiki
< User:Darkid
Revision as of 15:14, 28 January 2012 by Darkid (talk | contribs) (Created page with "== Completed codes: == ::Push-to-talk Toggle:<code> :alias voiceon "+voicerecord; alias voicetoggle voiceoff" :alias voiceoff "-voicerecord; alias voicetoggle voiceon" :alias voi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Completed codes:

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:
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:
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
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"