View Single Post
  #14  
Old 04-06-2009, 09:39 PM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
Quote:
Originally Posted by Tyhm View Post
I mean I used to have it set up such that
the putnpc
function oncreated(){
//etc
ZombieControl.addMob(this);
//etc
}

ZombieControl
public function addMob(param1){
this.mobs.add(param1);
}

Maybe I didn't have it as a public function, maybe that was the whole problem. Pretty sure I did, but I've been wrong before. ;
That looks fine to me, also make sure you check if it is already in the list.
__________________
Reply With Quote