My kitties live on a set of adjacent parcels that I cannot merge. I cannot let them use the full area, as that is not square. Limiting movement to "Current Parcel" works, but is just restricting them to a part of the whole area.
Would it be possible to add a range option "Current Land Owner", which limits the cats to move on land owned by the same resident as the parcel they are on?
<nerd_mode>This should be pretty easy to implement, as a simple call to
llGetLandOwnerAt(new_pos) should do the trick of checking if the move is OK or not.</nerd_mode>