View Single Post
  #3  
Old 07-08-2001, 05:01 AM
Er1c Er1c is offline
Registered User
Er1c's Avatar
Join Date: Mar 2001
Location: Chicago, IL
Posts: 791
Er1c is on a distinguished road
NPC Code:
setstring <stringname>,<vaule of the string (number or ASCII crap)>;

is how you set a string and
NPC Code:
#s(<stringname>)

is how you call the string for its true value and
NPC Code:
strtofloat(#s(<stringname>))

is how you use a strings numerical value (probably what you would be using it for).
__________________
Eric Kraft
Reply With Quote