Quote:
|
Originally Posted by KuJi
Do you use findnpc like findplayer?
temp = findnpc("Police-DB");
temp.test = "blah";
|
temp is a predefined prefix, so I don't think you should be doing something like that.
temp.blah = findNPC("Police-DB");
temp.blah.test = "WEeEeeEe";
would set this.test inside the Police-DB NPC.