Quote:
Originally posted by Mousevision
you need to tokenize it. That way you can have any speed you want! or is that a bad thing?
Soon i will have a sig, and at that day, man shall rejoyce.
|
he is saying
NPC Code:
if (playerchats){
if (startswith(speed,#c)){
tokenize #c;
this.speed=strtofloat(#t(1));
}
}
simple, short