
08-14-2005, 05:41 AM
|
|
Registered User
|
Join Date: Feb 2005
Posts: 43
|
|
|
if this.string is a number, #v(strtofloat(#s(this.string))) instead of just #s(this.string).
By setting it, you are supposed to give it a value, not just use it in a setstring with nothing, if that might be the problem.
Also, is the this.string in another npc? If it is, then it wouldn't work. this.var's are variables only for that npc. |
|
|
|