Hello and Thank-you to everyone ahead of time.
Please bear with me I will try to explain the best I can for what I am trying to do.
I have an Object that makes a list and adds to it when triggered. I want to know if I can change the name of the list. Like this:
I name the list:
list addnametolist;
Can I in the script make the same list a different name like:
Taking the Name of the object itself and replacing that name as the name of the list-
addnametolist=llGetObjectName();
Or JUst nameing the list in the script:
list llGetObjectName();
I believe this will only start a list with the name llGetObjectName(), not the object name or get an error.
Is there another way to change a name of a list or start a new list with the name of the object itself??
I want to be able to change name or start a new named list within the Script itself not as a defined global list.
Any way possible??
Thank you again very much.
