
10-06-2001, 03:44 AM
|
|
bryan986
|
 |
Join Date: Apr 2001
Location: Force 10
Posts: 1,153
|
|
enough asking about string adding, showing etc
|
heres a short tutorial
----------------------
to say amount in a string:
say2 There is #s(stringname) in this string
---------------------------------
to modify a string:
setstring stringname,strtofloat(#s(stringname))-1;
you can use add, multiply, divide etc
------------------------
to get num value of string
strtofloat(#s(stringname))
-----------------------------
please add stuff to this thread so people will stop asking how to do this kind of thing, i noticed a lot of this recently |
|
|
|