View Single Post
  #2  
Old 05-23-2011, 06:24 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Create a DB NPC named Test.

PHP Code:
Test.foo "bar";
echo(
Test.foo); // echoes bar 
you can right-click the DBNPC and choose "Edit Flags" to see what data is stored in it.

If you're having trouble with DBNPC flags resetting or rolling back (I haven't experienced this in the past few years, but I seldom use DBNPCs for data storage anymore), use:

PHP Code:
Test.trigger("update"); 
This should force it to save.

Keep in mind that you can only access DBNPC data from serverside.
__________________
Reply With Quote