View Single Post
  #7  
Old 08-24-2001, 03:41 PM
Warcaptain Warcaptain is offline
Banned
Warcaptain's Avatar
Join Date: Jun 2001
Location: Virginia, USA
Posts: 2,086
Warcaptain is on a distinguished road
Send a message via ICQ to Warcaptain Send a message via AIM to Warcaptain Send a message via Yahoo to Warcaptain
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
Reply With Quote