PDA

View Full Version : script help real easy


choco
March 16th, 2003, 11:14 PM
yea for whatever reason
bind "mouse4" "+gren1" wont prime nades on this old ass computer, it just primes one and throws it out regardless of the fact that i havent released my mouse button, but im entirely worthless if i cant throw my nades off the mouse

so my question is:
can someone rig up a script real quick that;
when mouse4 is pressed it primes gren1, then when mouse4 is pressed again it throws gren 1

hanayalator
March 16th, 2003, 11:50 PM
http://scripting.tfclife.com/

Dustnz.
March 17th, 2003, 01:18 AM
alias stg "throwgren;primetwo"
bind mouse4 "stg"

Nomad
March 17th, 2003, 02:31 AM
I had this exact same problem before I upgraded my OS, but I still use the script...
/// Button 4 - Prime Conc, Throw Conc if primed
bind "mouse4" "conceh"
alias "conceh" "-gren2; +gren2; flaginfo"
is mine, you should be able to just
bind "mouse4" "-gren1; +gren1"
and have it work... not sure

Havok
March 17th, 2003, 04:09 PM
bind mouse4 "throwgren; primeone"

also, what OS are you running, and what mouse do you have?

choco
March 17th, 2003, 08:39 PM
win98
ms intellimouse optical

the mouse likes to freeze and skip around while the computer is under heavy load, is that normal?

Havok
March 17th, 2003, 11:43 PM
if its not for a long amount of time then yes...thats normal, but if it happens for like the whole time you're playing TFC then no, thats not :p

Dustnz.
March 18th, 2003, 12:16 AM
Originally posted by Havok
bind mouse4 "throwgren; primeone"


thats pretty much what i said

Havok
March 18th, 2003, 02:41 PM
yeah but more efficient :)