
02-25-2002, 03:23 AM
|
|
bryan986
|
 |
Join Date: Apr 2001
Location: Force 10
Posts: 1,153
|
|
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 |
|
|
|