Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Second Life Last Names

Hans Reitveld
Registered User
Join date: 21 Jun 2005
Posts: 16
12-19-2005 08:46
Is anyone aware of a list of Second Life last names currently in use? I have a notion as to how to make it practical to keep a list of all visitors to a specific location over some extended period, but it's a bit dependent on knowing all or most of the potential last names.
Harris Hare
Second Life Resident
Join date: 5 Nov 2004
Posts: 301
12-19-2005 09:25
The only list I know of is the list of available names that can be choosen for new accounts. This is on the website. But with names constantly being retired and new ones being added, maintaining that list could be more trouble than it's worth.
Lit Noir
Arrant Knave
Join date: 3 Jan 2004
Posts: 260
12-19-2005 09:36
Hmm, what about keeping a list of all last names encountered (no duplicates) and store the first name and list index of the last name. Not sure how much this will help given list overheads.
Lit Noir
Arrant Knave
Join date: 3 Jan 2004
Posts: 260
12-19-2005 09:44
And the other option, have a master script keep a running tally of the number of avs visiting, then have multiple storage scripts that hold the visit info. The main script is just a coutner and the sensor/whatever code, then depending on the visitor number, sends out the info with an integer parm that the storage scripts review to know if it should be storing it. If you want to avoid any duplicates, you can add a verification check into the storage scripts to respond if they already have the av and can either update or just ignore the new info. When you need to add more storage, just copy the storage script and change the integer range in it and you're good to go.