1. #1

    Script to change mouse follow style

    Would it be possible to get a script made to toggle between "always adjust camera" and "only horizontal when moving"? Any help would be much appreciated
    Originally Posted by Bashiok
    And when you see them you'll be all like :O and we'll be all like and then people on the forums will still be all like (╯°□°)╯︵ ┻━┻

  2. #2
    /run local c="cameraSmoothStyle" SetCVar(c,GetCVar(c) == "1" and 2 or 1)

    Not sure if you need quotation marks around last 2 and 1.
    Last edited by Sedivy; 2012-08-23 at 06:47 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •