View Single Post
  #8  
Old 01-12-2009, 03:15 AM
Twinny Twinny is offline
My empire of dirt
Twinny's Avatar
Join Date: Mar 2006
Location: Australia
Posts: 2,422
Twinny is just really niceTwinny is just really nice
Send a message via AIM to Twinny
Quote:
Originally Posted by Codein View Post
To access the variables stored in a db, use this:
PHP Code:
findnpc("DBname").varname data
(serverside)

and to access to data inside the npc, use this.varname.
To access variables in GS2, use

obj.var

Also, so long as your object names are not awful, you can just do

mydbnpc.var (assuming you named your dbnpc mydbnpc). If you have wacky characters, try ("x39w-sfjefDD2").var
Reply With Quote