View Single Post
  #4  
Old 08-29-2017, 01:32 AM
MysticalDragon MysticalDragon is offline
Global Administration
MysticalDragon's Avatar
Join Date: Oct 2002
Location: Lynn Ma
Posts: 883
MysticalDragon is a jewel in the roughMysticalDragon is a jewel in the rough
Send a message via AIM to MysticalDragon Send a message via MSN to MysticalDragon
There is other methods

example

PHP Code:
// Database NPC name = Kirko 

const CLASS = "kirko_test";
public function 
update(temp.lvl)  {
  for(
temp.npcfindlevel(temp.lvl).npcs)  {
    if (!
temp.npc.isinclass(CLASS)) continue;
    
//Update all Classes that are joined to kirko_test
    
temp.npc.trigger("Update"this);
  }


// Class name = kirko_test
// level npc
function onCreated()  { 
  
Kirko.update(this.level.name); 
}  

public function 
onUpdate() {
  
this.chat "Database Updated me";

__________________
~Delteria Support
~Playerworld Support
~PWA Chief
http://support.toonslab.com
[email protected]



Reply With Quote