![]() |
Crouch Toggle
Hi Everyone :) ,
In games such as "F.E.A.R." one has the option of turning on "crouch toggle" so that the player taps a key to duck, and stays that way until the key is tapped again. Is there any way to do this in FF? |
This script might work to do what you're asking.
alias duckon "+duck;holdduck duckoff" alias duckoff "-duck;holdduck duckon" alias holdduck duckon bind "SHIFT" holdduck I'm at work right now so I can't test it, nor look at my previous scripts for accurate syntax. But something along those lines should probably work. Cheers, Hammock |
|
Thanks guys, I'll give those a shot.
|
Unfortunately, Hammock, the script you proposed doesn't work and I don't know enough about FF script to fix it, but I still appreciate your help.
DarK_TaO, your script works well, but I needed to bind an additional key to turn crouch off. Is there any way to toggle it on and off in one key? |
A simple oversight in his code really.
Code:
//======================= |
Quote:
|
Awesomer n' Hell. Thanks a bunch guys. It works like a dream. It makes sniping while crouched a whole lot easier.
|
Nope mine don't work, I thought maybe it'd work the same as a quick switch script but alas it did not. Oh well as long as his worked :)
Cheers, Hammock |
Quote:
alias duckon "+duck;alias holdduck duckoff" alias duckoff "-duck;alias holdduck duckon" alias holdduck duckon bind "SHIFT" holdduck still use it the way you intended, dont give into others ways! unless you want to.. reason why i say this i encourage people who take stabs at things, you in the ballpark, think if you werent distracted youll be the one that people would be thankin in this thread :D |
All times are GMT. The time now is 03:01 AM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2021, vBulletin Solutions, Inc.