Author Topic: Need help with a bind!  (Read 1269 times)

Foxhound

  • Autococker
  • Posts: 952
Need help with a bind!
« on: May 19, 2008, 09: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???

Zorchenhimer

  • Autococker
  • Posts: 2614
Re: Need help with a bind!
« Reply #1 on: May 19, 2008, 10:25:51 AM »
Add "sensitivity ##" in there somewhere.

Or just use one of the scripts found here:
http://digitalpaint.planetquake.gamespy.com/testwiki1/pb2wiki.php?word=scripts

Foxhound

  • Autococker
  • Posts: 952
Re: Need help with a bind!
« Reply #2 on: May 19, 2008, 04: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?
« Last Edit: May 19, 2008, 05:08:55 PM by Foxhound »

Eiii

  • Autococker
  • Posts: 4595
Re: Need help with a bind!
« Reply #3 on: May 19, 2008, 05: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.

Foxhound

  • Autococker
  • Posts: 952
Re: Need help with a bind!
« Reply #4 on: May 19, 2008, 06: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.