niperOfDepair
Jul 25 2005, 05:50 PM
I was wondering. I need a wiggle walk script that I can shoot or break it off in the middle of it to shoot. I know that a normal wigglewalk script will not enable you to shoot during its process. So I need one that does. Thank you!
stallioN
Jul 25 2005, 06:38 PM
As far as I know, this isn't possible without a macro or _special.
Unless you want a script that you must repeatedly hammer as you walk. I don't recommend using this as I don't think I've done it correctly... could someone test it in-game and check?
| CODE |
// Wiggle alias "lol" "rofl" alias "rofl" "+moveleft; wait; -moveleft; wait; +moveright; wait; -moveright; wait; lmao" alias "lmao" "+moveleft; wait; -moveleft; wait; +moveright; wait; -moveright; wait; roflmao" alias "roflmao" "+moveleft; wait; -moveleft; wait; +moveright; wait; -moveright; wait; lollercoaster" alias "lollercoaster" "+moveleft; wait; -moveleft; wait; +moveright; wait; -moveright; wait" bind "space" "lol" |