
04-08-2007, 09:33 AM
|
|
Registered User
|
Join Date: Oct 2003
Posts: 2,712
|
|
|
GS1 you would use with (getnpc(blah)), but with object oriented programming, the DB itself is an object, and thus, as napo stated, you can do dbName.var as an alternative, which is much more efficient and faster to use.
I think the GS2 version of with (getnpc(blah)) would be with (findnpc("blah")) or whatever, but you don't need a with for this. |
|
|
|