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;
}