ID:166864
 
Is there a way to get
client/perspective = EDGE_PERSPECTIVE to work with other things besides the edge of the map? Example:
EEEEEEEEEEEE
TTTTTTaaaaaE
aaaaaTaaaaaE
aaaaaTaaaaaE
aaaaaTTTTTTE
aaaaaaaaaaaE
E = End of Map
T = Tree (Density = 1)
a = Open Area (grass, leaves, etc, density = 0)

Is it possible to get T, as well as E to work with EDGE_PERSPECTIVE?
You can sort of do that by using <code>client.edge_limit</code>, though that only supports square areas. If you want to make the barriers the trees, you're going to have to write up your own system.

~~> Unknown Person
In response to Unknown Person
Ah alright, I'm not in the mood with all the other work I have to do to do that for now, so I can do w/o it for now. Thanks for the help Unknown.

But just as a Side note, how does edge_limit work, or whatever you said, XD.
In response to Polantaris
From F1 itself:

client.edge_limit="[x1],[y1]"

or

client.edge_limit="[x1],[y1] to [x2],[y2]"

Can support SOUTHWEST, etc

- GhostAnime
In response to GhostAnime
alright, thanks.