ID:174350
 
How would I mkae it so I can make mobs move like in Ageof Empires?
mob
MOVEDUDE
var/wander=1
New()
if(wander)
Wander()
Wander()
while(wander)
walk_rand(src)
In response to Airjoe
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.
In response to Wolf01
I am currently doing a game, a lot like Age of Empires (it is actually DBZ meets Age of Empires) and I HIGHLY recommend Wall04's demo on selection.

~GokuSS4Neo~