View Single Post
  #5  
Old 08-14-2005, 05:41 AM
Grappler Grappler is offline
Registered User
Join Date: Feb 2005
Posts: 43
Grappler is on a distinguished road
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.
Reply With Quote