
07-12-2007, 06:53 PM
|
|
Registered User
|
Join Date: Oct 2003
Posts: 2,712
|
|
|
When working with object oriented programming, you don't need to define a separate variable to use findNPC with for getting DB NPCs, since DB NPCs are objects themselves.
PartyControll.getstringkeys(whatever);
should be good enough, though that doesn't mean that it would fix your problem (havn't looked into it, just glanced and noticed you using findNPC and definining a separate variable just to call something inside the DB itself). |
|
|
|