ID:167450
 
mob
New()//when a mob is created
sleep(20)
if(isnull(src.client))//if it's not human
if(freeze == 0)
ai_random_wander()//wander
else
//... Here.
return ..()//continue on with normal New() (create and whatnot)
else
return..()


I want to loop this until Freeze = 0.

But then there is the problem of the Neutral NPCs (somewhere else), but then there is the problem that I am using a HTML Shopkeeper with a contents including them.

(You see, its like C&C. You pay for units, and deploy them)

I don't see much hope, really.
In response to Mysame
Same but different <_< If its one thing a ripper rips, its ripping the Monster AI demo.


I'm not a ripper though.
In response to RedlineM203
Had you programmed that first bit yourself you would've been able to program the second bit that you want. Copy + pasting code isn't effective at all, learn the damn language.