Digital Paint Discussion Board
Paintball 2: The Game => Paintball 2 Discussion => Topic started by: Foxhound on May 19, 2008, 11:39:29 AM
-
I have this bind
alias zoom0 "fov 70; bind r zoom1"
alias zoom1 "fov 120; bind r zoom0"
bind r zoom1
i believe that is correct but i was wondering if i could add to the bind to make the sensitivity change as well???
-
Add "sensitivity ##" in there somewhere.
Or just use one of the scripts found here:
http://digitalpaint.planetquake.gamespy.com/testwiki1/pb2wiki.php?word=scripts
-
i tried
alias zoom0 "fov 70; bind r zoom1""sensitivity 4.5"
alias zoom1 "fov 120; bind r zoom0""sensitivity 8.3"
bind r zoom1
but only the fov changed and not the sensitivity =/
suggestions?
-
alias zoom0 "fov 70; bind r zoom1; sensitivity 4.5"
alias zoom1 "fov 120; bind r zoom0; sensitivity 8.3"
You might try reading http://console.planetquake.gamespy.com/tutorials/quake_2.html, under the 'Quake2' section to learn how to script.
-
oh! i added to many quotes
thanks for pointing out my Nubbness ;)
^-^ This thread can be locked or deleted or w/e i got what i was looking for.