
11-15-2001, 10:25 AM
|
|
Registered User
|
 |
Join Date: Mar 2001
Posts: 825
|
|
|
~AlphaFlame~
If the string is a number... strtofloat(#s(stringname))...
If the string is a number and you're adding to it... setstring stringname,#v(strtofloat(#s(stringname))+1);....
Otherwise, #s(stringname) works... by the way, did any of you realize you can add to strings? :-P
setstring stringname,#s(stringname) newtext;... useful for a couple of things... like anti-curse systems that replaces the text...
And don't diss Saga. If he ever gets on a p2p server as a NAT, the habit of using client. will be useful.... |
__________________
If the post says ~AlphaFlame~, that's who's posting. If not, it's Entravial (owner)
|
|
|
|