Quote:
|
Originally Posted by Evil_Trunks
NPC Code:
if (startswith(#a,this.a)) {
you are checking this on the clientside when the this.a variable is only defined on the serverside part
the whole check is wrong in general as well, strings need to use #s(this.stringname), and the type of check you are doing there (startswith) is also completely wrong
|
Yea, that is what CheeTos said.