Hi I was wondering if anyone could give me a script that goes from blue stance, to red, does a red lunge, then goes back to blue stance. I tried making one myelf, but I suck at scripting, so I couldn't do it.
Hi Shmible, I have a beta code that works for me. Now make sure you're on Fast stance when you hit the key. It will do the red lunge and go back to the blue stance automatically:
set redSaberMove "+speed; +attack; -attack; wait 60; +attack; -attack; wait 50; +forward; +attack; -attack; +moveup; wait 5; -moveup; -forward; -speed;" set saberCycle "wait 5; saberAttackCycle; wait 5;" bind b "vstr saberCycle; vstr saberCycle; vstr redSaberMove; vstr saberCycle" // [first in blue stance then] cycle once to yellow, cycle again to red. Do lunge, and go back to blue stance
You can make a .cfg out of that. Just open notepad, rename the .txt to .cfg and go into the game and do "exec myscript.cfg" or whatever. I hope this works. Somtimes the "wait" for the red lunge are different since CPU speeds are different. Just modify it until you find what you like. Just press "b" or whatever key you set to... Change "bind b" to the key you want. It should do the rest. Not the best script ever, but I hope its what you are looking for. :cool: Hope this helps, - [color=blue]AC[/color] :: [color=blue]C[/color]obra
ok thanx
this can go longer. if you wanted,you could go back to blue and do a blue lunge if the code was made right.
The script that Cobra gave me didn't work. So, any other suggestions? And no, I don't need the blue lunge, but thanx anyways.
How did you use it? You put it in a cfg right? don't forget to type "exec whatYouCalledIt" before you try to use it.
Yeah. I executed it too. It said that some of the things didn't exhist.
what exactly did it say didn't exist?
Well. When I push the binded key (v) it says "vstr : execute a variable command". Then it says unknown command /. When I execute the file it says so much stuff that I can't even remember.
- 1
- 2