ID:173180
 
I can't get distance oriented procs to go past 12 or so.

world/view=7

I'm using a for proc and trying to find all mobs in a range of 20 but they cant be past walls but I want them to show up if they arent in your screen but still in the open. So pretty much like oview but be able to get to dist of 20.
oview(src, 20) ?
In response to Jon88
It's dist then center but that doesn't work none the less. I just can't figure it out.
HendrixandCamo wrote:
I can't get distance oriented procs to go past 12 or so.

Correctamundo! That's their built-in limit.

You need to get a block() of turfs, loop through each turf, and go through their contents.

Lummox JR
In response to Lummox JR
Lummox JR wrote:
Correctamundo! That's their built-in limit.

It would be nice if somewhere there was information on these built-in limits some procs have.