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?