On-The-Fly sensitivity script that allows you to hold Q and scroll to change your sensitivity, while preserving the editing functions for holding Q and scrolling (holding Q and scrolling while "in-game" or spectating will change sensitivity, but while in edit mode, will do the normal edit function)
[SELECT ALL] Code:
alias delta_game_1 [
sensitivity (+f $sensitivity (*f 0.05 $arg1))
echo (concat "Sensitivity =" $sensitivity)
]
alias delta_spect_1 delta_game_1
bind Q [domodifier 1]