This script is extremely to use and will change the names of:
- all child prim names in a linkset; or
- all specified child prim names in a linkset; or
- all but the specified child prim names in a linkset; or
- the descriptions of the child prims in a linkset.
It doesn't use touch events as objects to be modded may already have touch scripts in them
How it works:
Put the script in the root prim of the link set to be modified.
The commands, in chat on channel 0, are
rename,all,
rename,include,
rename,exclude,
rename,description
followed by the new name. For include and include you then add the name(s) of prims to include or exclude, all separated by commas.
There is also a delete command to remove the script when done.
Examples:
to change the names of all child prims to newname:
rename,all,newname
to change the names of all child prims named aaa, bbb, ccc etc to newname:
rename,include,newname,aaa,bbb,ccc (etc)
to change the names of all child prims to newname except for aaa, bbb, ccc etc:
rename,exclude,newname,aaa,bbb,ccc (etc)
to change the descriptions of all child prims to newname:
rename,description,newname
Names or descriptions can be made blank by leaving out the newname (but leave any commas in place, eg:
rename,all,
rename,exclude,,aaa,bbb,ccc
Spaces between commands and names are OK and commands can be in upper or lower case, but names must be exactly as they are or you want them to be.
- Change all child prim names in linkset
- Change selected child prim names in linkset
- Change all child prim descriptions in linkset
- Very simple one-script operation - no need to take back, rerez etc