|
|
| Author(s): =s!x= Wakka |
| Category: TF2 > Action Scripts |
Notes/Usage Instructions:
This script allows any heavy to become a "human sentry" with unlimited ammo when next to a dispenser.
Press shift when next to a dispenser to crouch and spool your minigun. Doing so will also change your firing mode to allow continuous fire from one left click. Left clicking again will cease fire. Press shift once more to disengage the human sentry and reset your firing mode.
It may be a good idea (although not strictly necessary) to rebind the keys used in this script for other classes. |
Script Code:
Alias HumanSentry_Toggle "HumanSentry_On"
alias HumanSentry_On "use tf_weapon_minigun; +attack2; +duck; alias HumanSentry_Toggle HumanSentry_Off; Mode2"
alias HumanSentry_Off "-attack2; -attack; -duck; alias HumanSentry_Toggle HumanSentry_On; Mode1"
bind SHIFT HumanSentry_Toggle
alias Mode1 "bind mouse1 +attack"
alias Mode2 "bind mouse1 MachineMode"
alias MachineMode "MM_On"
alias MM_On "+attack; alias MachineMode MM_Off"
alias MM_Off "-attack; alias MachineMode MM_On"
bind 1 "slot1; HumanSentry_Off"
bind 2 "slot2; HumanSentry_Off"
bind 3 "slot3; HumanSentry_Off"
bind MWHEELUP "invprev; HumanSentry_Off"
bind MWHEELDOWN "invnext; HumanSentry_Off" |
| Added: 1 month ago |
 Add Feedback |
 You cannot assess yet!Moderating FPSB is in your hands - when you assess a submission your vote determines its success or failure. To vote on this submission register or login. This script in a nutshell... No stamps recordedYou cannot stamp yet!Stamps let you apply characteristics to submissions to help others understand them. To stamp this submission register or login. Want more? Find related scripts. |