Difference between revisions of "User:Lord Manship/scripts"

From Team Fortress Wiki
Jump to: navigation, search
(Updated the Shift Switch script and add a new script to the client scripts.)
m (Forgot to add CHANGEME to the bindings in the Voice Toggle/Hold Script)
Line 70: Line 70:
 
<br/>
 
<br/>
 
<br/>
 
<br/>
alias recordON "+voicerecord; bind kp_plus recordOFF; recordHOLD_RESET; wait 50; recordHOLD_ONCE"<br/>
+
alias recordON "+voicerecord; bind CHANGEME!!! recordOFF; recordHOLD_RESET; wait 50; recordHOLD_ONCE"<br/>
alias recordOFF "-voicerecord; bind kp_plus recordON; recordHOLD_STOP"<br/>
+
alias recordOFF "-voicerecord; bind CHANGEME!!! recordON; recordHOLD_STOP"<br/>
 
alias +recordHOLD "+voicerecord" // Probably not needed since +voicerecord is already on, but kept incase something goes wrong.<br/>
 
alias +recordHOLD "+voicerecord" // Probably not needed since +voicerecord is already on, but kept incase something goes wrong.<br/>
 
alias -recordHOLD "recordOFF"<br/>
 
alias -recordHOLD "recordOFF"<br/>
alias recordHOLD_ONCE "bind kp_plus +recordHOLD"<br/>
+
alias recordHOLD_ONCE "bind CHANGEME!!! +recordHOLD"<br/>
 
alias recordHOLD_RESET "alias recordHOLD_ONCE recordHOLD_DATA"<br/>
 
alias recordHOLD_RESET "alias recordHOLD_ONCE recordHOLD_DATA"<br/>
alias recordHOLD_DATA "bind kp_plus +recordHOLD"<br/>
+
alias recordHOLD_DATA "bind CHANGEME!!! +recordHOLD"<br/>
 
alias recordHOLD_STOP alias recordHOLD_ONCE ""<br/>
 
alias recordHOLD_STOP alias recordHOLD_ONCE ""<br/>
 
<br/>
 
<br/>
bind kp_plus "recordON"<br/>
+
bind CHANGEME!!! "recordON"<br/>
 
// Change all CHANGEME!!!s to a key of you're choosing. EX: kp_plus (Keypad +)<br/>
 
// Change all CHANGEME!!!s to a key of you're choosing. EX: kp_plus (Keypad +)<br/>
 
</code>
 
</code>

Revision as of 08:00, 15 July 2015