Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Return prim/object to owner

Nola Georgette
Registered User
Join date: 20 Nov 2006
Posts: 1
12-07-2006 03:10
I'm planning to rent space in building with many floors giving some fixed prim limit. I found various renting scripts but I noticed that there were actually no actual implementations to take care of the prim limit.

Is there a way for a script to return object/prim back to it's owner if it's violating restrictions I give for renting (either prim limit exceeded or prim on wrong floor)?

Something (in pseudocode) like this:

CODE

if ((primZPosition > floorCeilingPosition) ||
(primZPosition < floorFloorPosition) ||
(primcount > max_prims))
{
llReturnPrimToOwner();
}


I know I could also return them manually but that already might have done bad to my business by the time I notice the violation.

EDIT:
Would one way to be forcing renters to deed their objects to renting group and then allow the renting group to move/delete illegally placed objects?
Newgate Ludd
Out of Chesse Error
Join date: 8 Apr 2005
Posts: 2,103
12-07-2006 06:47
I am not sure you can return individual prims at the moment in that way, although the new land /parcel commands may help.