|
Ochi Wolfe
Furdamentalist
Join date: 18 Dec 2004
Posts: 25
|
05-21-2006 20:24
Hello everybody Are there any functions to get basic parcel information like name, center, size, number of prims and price in a script? I can't really imagine that this is not possible but I haven't found anything yet. Thanks in advance  Ochi
|
|
Eloise Pasteur
Curious Individual
Join date: 14 Jul 2004
Posts: 1,952
|
05-21-2006 23:32
Stretch your imagination! There's no scripted way to do any of those things.
You could, sort of, code for the centre of a parcel if each person only owns one parcel, but scanning the region, getting the land owner at each point (4X4m areas in a grid), and then crunch the numbers for each parcel to find it's centre... but it will almost certainly require external data handling, 4096 keys and then the number crunching will chew that most precious resource, memory.
But for the rest, no.
|