Thread: getnpc help
View Single Post
  #9  
Old 04-19-2006, 05:18 PM
Yen Yen is offline
Banned
Yen's Avatar
Join Date: Oct 2005
Location: Nova Scotia, Canada
Posts: 1,085
Yen is an unknown quantity at this point
Send a message via AIM to Yen Send a message via MSN to Yen
Quote:
Originally Posted by xAndrewx
You could also do

Police-DB.this.test = "Lal";
which would also set it.
The - in the name makes that unpossible.
Referencing is best.

n = findnpc("Police-DB);
if (n.admins.index(player.account) >= 0) {
this.accept = 1;
}
Reply With Quote