Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Adding to Parcel Access List

Myke Riler
Registered User
Join date: 11 Nov 2009
Posts: 8
01-23-2010 14:40
I'm trying to come up with a ticketing system of sorts, where the user pays the object and is then granted access to the parcel.

I know there is a land function for this, but ideally I would want it to take advance tickets (i.e the parcel is open to the public normally) but then when the owner clicks the object, it takes the list of names that paid the object and creates the parcel access list from those name.

It should be able to store the names in some sort of NC or database throughout the week and then create the list after the owner clicks on it (i.e closes the parcel to only paying guests).

Is this possible? Or would it just be easier to do it myself and just have it spit out a list of names?
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
01-23-2010 15:34
store the keys of the advance payers, when you're ready to lock down, have it add those names to the allow list and uncheck allow public access....

you may be able to just throw them immediately into the allow list (use 0 so they don't time out) but I can't remember if using the allow list disables public access or the ban list.
_____________________
|
| . "Cat-Like Typing Detected"
| . This post may contain errors in logic, spelling, and
| . grammar known to the SL populace to cause confusion
|
| - Please Use PHP tags when posting scripts/code, Thanks.
| - Can't See PHP or URL Tags Correctly? Check Out This Link...
| -
Myke Riler
Registered User
Join date: 11 Nov 2009
Posts: 8
01-23-2010 19:23
Cool thanks Void almost finished with what I need. One more quick question if anyone knows, can you use a script to set a parcel to access list only? If so, how?
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
01-23-2010 19:31
if the act of adding them to the land list doesn't do it (and I don't think it does) then no, that part will need to happen manually
_____________________
|
| . "Cat-Like Typing Detected"
| . This post may contain errors in logic, spelling, and
| . grammar known to the SL populace to cause confusion
|
| - Please Use PHP tags when posting scripts/code, Thanks.
| - Can't See PHP or URL Tags Correctly? Check Out This Link...
| -