Thread: getnpc help
View Single Post
  #7  
Old 04-19-2006, 02:35 PM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
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.
__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote