Help - Search - Members - Calendar
Full Version: Lerk
Unknown Worlds Forums > Natural Selection > Natural Selection Creation > Scripting Discussion
Beeefybong
Does anybody have any lerk scripts they would like to share? I've been practicing lerk lately but I need better manuevering, so yeah, is there anything out there that may help me? Not only help maneuvering but anything else could be helpful. Thanks in advance.

Feel free to PM to if you want, and if there is anything wrong with this thread admins, go ahead and get rid of it, I don't know whats going too far and whats not.
kalimxs
alias gas "+attack;wait;exec 4.cfg;-attack"
bind c gas

4.cfg
CODE
speak "five _comma _comma _comma four _comma _comma _comma three _comma _comma _comma two _comma _comma _comma one _comma _comma _comma zero"


however this doesn't work very well, for some reason the speak command cuts off randomly for me

anyway, a gas cloud lasts around 5 seconds, so roughly around when you here zero, your last gas cloud stopped damaging marines in that area.
digz
QUOTE (kalimxs @ Jun 1 2005, 10:18 PM)
alias gas "+attack;wait;exec 4.cfg;-attack"
bind c gas

4.cfg
CODE
speak "five _comma _comma _comma four _comma _comma _comma three _comma _comma _comma two _comma _comma _comma one _comma _comma _comma zero"


however this doesn't work very well, for some reason the speak command cuts off randomly for me

anyway, a gas cloud lasts around 5 seconds, so roughly around when you here zero, your last gas cloud stopped damaging marines in that area.

That....... IS FREAKING COOL.

How does the speak command work (do you HAVE to exec it in another file?)... are there any other similar commands that can be used for the same purpose?

Also, does this tie up your controls untill the script finishes? If not, then wouldnt a team_say be about the same (omg so many nub questions).
kalimxs
QUOTE (digz @ Jun 2 2005, 12:44 AM)
QUOTE (kalimxs @ Jun 1 2005, 10:18 PM)
alias gas "+attack;wait;exec 4.cfg;-attack"
bind c gas

4.cfg
CODE
speak "five _comma _comma _comma four _comma _comma _comma three _comma _comma _comma two _comma _comma _comma one _comma _comma _comma zero"


however this doesn't work very well, for some reason the speak command cuts off randomly for me

anyway, a gas cloud lasts around 5 seconds, so roughly around when you here zero, your last gas cloud stopped damaging marines in that area.

That....... IS FREAKING COOL.

How does the speak command work (do you HAVE to exec it in another file?)... are there any other similar commands that can be used for the same purpose?

Also, does this tie up your controls untill the script finishes? If not, then wouldnt a team_say be about the same (omg so many nub questions).

speak command has to be in its own config, because you can't add "-attack;speak "five _comma..."" or it will only say "five".

it will not lock you up, it's only a client-side timer for you.

to be honest there might be more accurate ones, especially considiering the gas might actally end a little bit after zero.. it's five seconds + gas travel time in the air.
Beeefybong
Interesting script kalimxs, I'll have to give it a whirl, thanks wink-fix.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.