View Single Post
  #54  
Old 03-15-2004, 11:25 PM
Fhqwhgads Fhqwhgads is offline
Registered User
Join Date: Nov 2003
Location: Chicago
Posts: 57
Fhqwhgads is on a distinguished road
Send a message via AIM to Fhqwhgads
ok im just wondering, whats wrong with this? it think should work, but it doesnt work with #t(1), only with a specified number...
NPC Code:

if (playerchats && startswith(/add,#c)){
tokenize #c;
setstring client.something,#v(strtofloat(#s(client.something ))+#t(1));
}

Reply With Quote