auto-crouch

Discussion in 'Game Play' started by Mr Abominable Snowman, May 16, 2006.

  1. Mr Abominable Snowman

    Mr Abominable Snowman Member

    Messages:
    6
    Likes Received:
    0
    Trophy Points:
    0
    i couldnt seem to find a topic on it, i'm guessing it was on your old boards (which i dont know how to get up), or i have no idea how to use the search feature :s

    how can i toggle an auto-crouch?
    i've been trying to fiddle around with binds, but nothing really worked or it ends up screwing up all my controls...

    it'd be really handy to have an auto-crouch to use especially for scouts or trying to use motar
     
  2. El Haxor

    El Haxor Member

    Messages:
    29
    Likes Received:
    0
    Trophy Points:
    0
    Yeah, I'd have to agree with this one.
     
  3. Broccoli

    Broccoli Member

    Messages:
    1,635
    Likes Received:
    0
    Trophy Points:
    0
    do you mean crouch-toggle? It can be scripted.

    Try putting this in your autoexec.cfg

    Code:
    alias crouchtoggle "crouchdown"
    alias crouchdown "+duck; alias crouchtoggle crouchup"
    alias crouchup "-duck; alias crouchtoggle crouchdown"
    bind "z" "crouchtoggle"
    I think it's something like that, anyway.
     

Share This Page