View Single Post
  #8  
Old 08-24-2001, 03:54 PM
grim_squeaker_x grim_squeaker_x is offline
Retired Oldbie
grim_squeaker_x's Avatar
Join Date: Mar 2001
Posts: 3,084
grim_squeaker_x will become famous soon enough
Quote:
Originally posted by Warcaptain


he is saying

NPC Code:

if (playerchats){
if (startswith(speed,#c)){
tokenize #c;
this.speed=strtofloat(#t(1));
}
}



simple, short
Simple and shorter:
if (playerchats&&startswith(setspeed,#c)) this.speed=strtofloat(#T(#e(8,-1,#c)));
__________________

Reply With Quote