ID:174350
![]() Aug 25 2003, 2:20 am
|
|
How would I mkae it so I can make mobs move like in Ageof Empires?
|
Sorry about not giving details. I didn't mena move randomly, I meant how do I make the mob move to attack someone, patrol, and amke them move certain number of spaces, but not make them move on thier own unless attacking.
|
MOVEDUDE
var/wander=1
New()
if(wander)
Wander()
Wander()
while(wander)
walk_rand(src)