Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Change name on Objects

PetGirl Bergman
Fellow Creature:-)
Join date: 16 Feb 2005
Posts: 2,414
07-05-2005 08:04
I have a rug with balls included - the colours of them are ok to change but I cant change the names of them / over them...

Maybe someone can tell me how to do that...
Max Case
Registered User
Join date: 23 Dec 2004
Posts: 353
07-05-2005 08:34
changing the name above them would require you be able to mod the script that puts the llSetText on the balls.

If you cannot mod the script, but mod the ball, you can maybe drop in a new script to overwrite the llSetText by the pose script, so you could just make a simple script that just sets the text.

Hope this helps.
Catherine Omega
Geometry Ninja
Join date: 10 Jan 2003
Posts: 2,053
07-05-2005 12:49
Just stick something like this in there:
CODE
default
{
state_entry()
{
llSetText("Put your own text here!", <1,1,1>, 1.0);
}
}
_____________________
Need scripting help? Visit the LSL Wiki!
Omega Point - Catherine Omega's Blog
Max Case
Registered User
Join date: 23 Dec 2004
Posts: 353
07-05-2005 13:23
Gee thanks Catherine - you actually go and _do_ the work for her, making me look bad.
:p
PetGirl Bergman
Fellow Creature:-)
Join date: 16 Feb 2005
Posts: 2,414
07-06-2005 06:39
Tks a lot.. !! - Il test that...

There are no humor in naming balls.. Time for a change.. *wink wink*...