Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Making a list?

Kain Cleaver
Registered User
Join date: 24 Jan 2006
Posts: 178
04-21-2006 02:03
ok... how do i make an object say hold a list of people

like.. making an updater... i wanna keep track of the people who update.

i got the point down where im getting their key and turning it into a name

but i want the object to make a list of people who have updated

mabey ... like make it keep track of what it hears on a channel. and each time an entry comes in.. it keeps it in memory.. and when i say give it a command to say whos updated.. it will IM me a list.. or say out loud who updated.. and then i can clear it

since theres no way a object can edit a notecard ... i figured being held by script would be the only way.. with the exception of making a object thats named after each updater.. which wouldnt be very helpful
Kain Cleaver
Registered User
Join date: 24 Jan 2006
Posts: 178
04-21-2006 02:20
ive read the visitor counter posts.. but i cant get it to react to Spoken additions insted of sensor/collision additions.. can someone please tell me????
Top Tank
Wasted Jack
Join date: 5 Dec 2005
Posts: 12
04-21-2006 04:15
Yesterday I posted just such a script to the Scripting Library forum. It's called Top Logger and is used primarily for logging activities. It has a very simple API that can be used by your main script to send data to be logged and to dump all the data that's currently in the log buffer to the screen. It was written as a separate script that uses the link_message() interface for reusability and also because this data can sometimes take up a lot of memory and you don't want that memory to come out of the 16K you get for your main script.

EDIT: The script is available here .