View Single Post
  #1  
Old 08-12-2005, 04:43 AM
raiden0899 raiden0899 is offline
Registered User
raiden0899's Avatar
Join Date: Oct 2004
Posts: 192
raiden0899 is on a distinguished road
Question Need Scripting Help

I was trying to set a string with another string in its name like this:
NPC Code:
setstring clientr.bla_#s(this.string)bla,value;


When I used that in my script, it just set clientr.bla_bla and left out the
#s(this.string). Is there a way to do something like that?
Reply With Quote