View Single Post
  #1  
Old 02-25-2002, 03:23 AM
btedji btedji is offline
bryan986
btedji's Avatar
Join Date: Apr 2001
Location: Force 10
Posts: 1,153
btedji is on a distinguished road
Send a message via ICQ to btedji Send a message via AIM to btedji Send a message via Yahoo to btedji
defining script from string

Ok heres the deal:

1) I set a string like this:

setstring client.Test,##v(this.test)##s(client.Test2);

2) It looks like this in the flag list:

client.Test=#v(this.test)#s(client.Test2)

3) The variable this.test has a value of lets say 5
and string client.Test2=blah

4) I want this code to make it show 5blah
not #v(this.test)#s(client.Test2):

setplayerprop #c,#s(client.Test);

How can I get that to work right, and I have to have it in the string like that so that it will show the current value in the variables and strings
Reply With Quote