Jump to content

Home

Help! My bind is out of room!


JediGhost[SITH]

Recommended Posts

Posted

I'm creating a bind to do a really long laugh sequence (don't ask)..

 

I'm running out of room on the in-game console..

 

Is it possible to just do it in a seperate CFG file and have it go as long as I want?

Posted

Here's what I was making:

 

 

bind v "+taunt;wait 2;-taunt;+lookup;wait 15;-lookup;+lookdown;wait 15;-lookdown;+lookup;wait 15;-lookup;+lookdown;wait 15;-lookdown;+lookup;wait 15;-lookup;+lookdown;wait 15;-lookdown;+lookup;wait 15;-lookup;+lookdown;wait 15;-lookdown;+lookup;wait 15;-lookup;+lookdown;wait 15;-lookdown;+lookup;wait 15;-lookup;+lookdown;wait 15;-lookdown;+lookup;wait 15;-lookup;+lookdown;wait 15;-lookdown;+lookup;wait 15;-lookup;+lookdown;wait 15;-lookdown;+lookup;wait 15;-lookup;+lookdown;wait 15;-lookdown"

 

Basically, when you hit V, you'll taunt and look up/down really fast. It's funny if your character does the Evil Laugh.

 

But after its done looking up/down theres a 4 second delay.. Can anyone fix that?

 

Also if you can make a better one please do :(

Posted

Simple:

 

set script1 "+taunt;wait 2;-taunt;+lookup;wait 15;-lookup;+lookdown;wait 15;-lookdown;+lookup;wait 15;-lookup;+lookdown;wait 15;-lookdown;+lookup;wait 15;-lookup;+lookdown;wait 15;"

 

set script2 "-lookdown;+lookup;wait 15;-lookup;+lookdown;wait 15;-lookdown;+lookup;wait 15;-lookup;+lookdown;wait 15;-lookdown;+lookup;wait 15;-lookup;+lookdown;wait 15;-lookdown;+lookup;wait 15;"

 

set script3 "-lookup;+lookdown;wait 15;-lookdown;+lookup;wait 15;-lookup;+lookdown;wait 15;-lookdown;+lookup;wait 15;-lookup;+lookdown;wait 15;-lookdown"

 

set script4 "vstr script1;vstr script2;vstr script3"

 

bind v vstr script4

Posted

Remove the wait between +look down and -look down. (The last wait).

 

I dont' think you need a wait between a + and -....so that extra wait 15 is your delay....maybe.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...