ID:161245
![]() May 30 2008, 2:17 am
|
|
DON'T SAY OVIEW! I'm looking for a proc like oview(), but when counting the number of steps away, it doesn't count things diagonally away. So, oview(1) would return everything within one step in any direction, but i'm looking for something that would return everything that's within one step NORTH, SOUTH, EAST, or WEST. Not diagonally. I hope that makes sense, thanks in advance.
|
![]() May 30 2008, 2:32 am
|
|
make your own then <.<
|
As said before, there's no built-in proc to do this, but you could use something like this to do what you wish:
//This returns all the objects view of the loc, if they |