Toribash
OK, looks like I have to do this myself...but I need help
This may sound stupid...but I want to sing ingame and annoy everybody
How do you make a script that if you load it and you type some digits in sequence (I know ascii), you type somthing, e.g.:
You type 1234, script makes you say Line 1, Line 2, Line 3, one after the other.
http://forum.toribash.com/showthread.php?t=29504
http://forum.toribash.com/showthread.php?t=110356
I can't speak for everyone, but I won't be helping you annoy everyone.
Radioactive torso's description should be, "You have cancer like wow."
Originally Posted by Dafe View Post
I can speak for everyone, we won't be helping you annoy everyone.

Fixed.
:D
would it be possable to make a script that makes you play with 3 players?
like spawn an extra player or something?
.
sorry if this has been asked before.. i made a searc but nothing showed up. Is there a place i could find all of the Keyboard numbers? im talking about when u type in "if (key == 271)". thx mabye a chart or something?
"I'm Sander F@#$ing Cohen!"
~Sander Cohen~
string.byte("l"), string.byte("e"), string.byte("t"), string.byte("t"), string.byte("e"), string.byte("r"), string.byte("s")

All the codes needed to spell out the word letters.
Squad Squad Squad lead?
The standardization of Toribash Squad roles may have gone too far!
function key_goes_down(key) echo(key) end
Squad Squad Squad lead?
The standardization of Toribash Squad roles may have gone too far!
I tried using a variable in the set_color func. and it didn't work. How/can I do that? Im trying to make changeing colors according to math.random. I dont want to use any if operands cause there would be too many.