I made this script to toggle +forward, so I could just press a key and move forward and toggle it off when needed, saving me from having to constantly hold down a key while running down long corridors on maps (i only play marine, not an alien fan so it's not a skulk issue)
CODE
alias "runtog" "+forward; bind capslock runtogoff"
alias "runtogoff" "-forward; bind capslock runtog"
bind "w" "runtog"
alias "runtogoff" "-forward; bind capslock runtog"
bind "w" "runtog"
I'm not sure if blockscript has this flagged as an exploit or if I wrote the script wrong. If this can't be done, so be it. If it can, any help is appreciated.