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.
Awfully.. The same.. 'Innit?