area returning mob to original loc in Developer Help
|
|
So it has been awhile since i have used DM, and I am trying to only allow mobs coming from the south to enter the area. All other directions will block the mob from entering.
A Entered(mob/M) if(M.dir<>NORTH) return ..() else M.loc=locate(14,18,1)
|
|
I've never seen <> so I don't really know what it does.