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));
}