Digital Paint Discussion Board

Paintball 2: The Game => Paintball 2 Discussion => Topic started by: Foxhound on May 19, 2008, 11:39:29 AM

Title: Need help with a bind!
Post 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???
Title: Re: Need help with a bind!
Post by: Zorchenhimer on May 19, 2008, 12:25:51 PM
Add "sensitivity ##" in there somewhere.

Or just use one of the scripts found here:
http://digitalpaint.planetquake.gamespy.com/testwiki1/pb2wiki.php?word=scripts
Title: Re: Need help with a bind!
Post by: Foxhound on May 19, 2008, 06:37:19 PM
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?
Title: Re: Need help with a bind!
Post by: Eiii on May 19, 2008, 07:47:34 PM
Code: [Select]
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.
Title: Re: Need help with a bind!
Post by: Foxhound on May 19, 2008, 08:09:56 PM
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.