View Single Post
  #2  
Old 04-05-2009, 06:56 AM
oo_jazz_oo oo_jazz_oo is offline
Jazz teh Awesome
oo_jazz_oo's Avatar
Join Date: Jul 2006
Location: California
Posts: 596
oo_jazz_oo is a jewel in the roughoo_jazz_oo is a jewel in the rough
Send a message via MSN to oo_jazz_oo
Well, in the DBNPC you can store the classes object. And manipulate it from there...

Like, in the class, you could have.
PHP Code:
function onCreated()
  
findNPC("npc_name").testvariable this
and in the dbnpc have
PHP Code:
function onManipulateClass()
{
  
with(this.testvariable)
    
this.chat "[test]";

__________________

Reply With Quote