Quote:
Originally posted by Stefan
About #s and #v: about what game are you speaking? We use that tons of times on Graal Kingdoms, when there is a problem then only in a special situation, so please explain the problems more exactly, and possibly on the bugs forum.
|
Basically #s
wasn't reading the string, instead of display the content of the string it was displaying the string, e.g:
NPC Code:
setstring this.test,Happy Christmas!;
message #s(this.test);
It
was showing #s(this.test) instead of "Happy Christmas!".
Also don't worry, i don't know what was happening but I re-installed and the problem is fixed.
