ID:177684
 
I would like to know how to make a npc(s) walk in a certain area like lets just say i want a bunch of nps to walk randomly on a sidewalk but not off of the sidewalk in the area of the side walk. please help me id be very graetfull.

Thanks

SaiyanBrad.
just to tell you i they walked randomly but only on the sidewalk it probubly would be hecktic but i could figure it out i'll give you some idea's. like you could make a area that they cant walk on like for example

area
npcnowalk
Enter(O)
if(usr.npc == 0)
return 1

and make a var for your mob's
for npc's

mob
var
npc = 1

-----------------
for players

mob
var
npc = 1

---------------------

And line outside the sidewalks with that area. Im sure that aint the best way but im pretty sure it will work. If it dont work than reply and tell me how it went, reply anyway im curious if it works or not cus i just made it up right here on the spot.

-Hendrix