JediGhost[SITH] Posted May 10, 2002 Share Posted May 10, 2002 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? Link to comment Share on other sites More sharing options...
JediGhost[SITH] Posted May 10, 2002 Author Share Posted May 10, 2002 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 Link to comment Share on other sites More sharing options...
fitzwilliamd Posted May 10, 2002 Share Posted May 10, 2002 Rofl! Well, since the 1.03 fiasco, there is little else to do Link to comment Share on other sites More sharing options...
Cedrin Posted May 10, 2002 Share Posted May 10, 2002 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 Link to comment Share on other sites More sharing options...
Tarus Posted May 10, 2002 Share Posted May 10, 2002 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. Link to comment Share on other sites More sharing options...
JediGhost[SITH] Posted May 10, 2002 Author Share Posted May 10, 2002 The 15 Wait gives it time to look up and down. If I don't put a wait, it just sits there. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.