Ok now this is a VERY primitive version of the script and it is UNTESTED on natural selection.
As i cant actually get into NS, i cant test it so i will be looking ffor feedback as to whether this works!!
Try it with the buttons that are there or change them if you know how to. I will work on a mouse2 only thingy for it but i cant test it "ARGH"
CODE
echo "noize_commscroller Loaded..."
echo "Script Made by noize 21/01/2007"
echo "enjoy"
/NOTE: place this in your nsp folder and add the line "exec noize_commscroller.cfg" to your
userconfig.cfg or autoexec.cfg, ENJOY!
alias "+[nz]side" "lookstrafe 1;m_side 1;sensitivity 5"
alias "-[nz]side" "lookstrafe 0;m_side 0"
alias "+[nz]forward" "-mlook;m_yaw 0"
alias "-[nz]forward" "+mlook;m_yaw 0.0220"
alias "+[nz]UpDown" "[nz]UDRB"
alias "-[nz]UpDown" "[nz]BASERB"
alias "+[nz]LeftRight" "[nz]LRRB"
alias "-[nz]LeftRight" "[nz]BASERB"
//this needs to be bound to what you want to use for moving the cursor Up and Down
alias "[nz]UDRB" "bind [ +[nz]forward"
//this needs to be bound to what you want to use for moving the cursor Side to Side
alias "[nz]LRRB" "bind ] +[nz]side"
//this needs to be rebound to your specifications
alias "[nz]BASERB" "bind MOUSE2 +popupmenu"