View Single Post
  #2  
Old 08-12-2005, 09:25 AM
Lance Lance is offline
dark overlord
Lance's Avatar
Join Date: Sep 2003
Location: Space Jam Mountain
Posts: 5,072
Lance is on a distinguished road
Quote:
Originally Posted by raiden0899
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?
Setting this.string prior to setting clientr.bla_#s(this.string)bla would be the way to go.
Reply With Quote