Mikaela Myrtle
Registered User
Join date: 18 Oct 2009
Posts: 2
|
01-28-2010 17:43
Ok so I put a hovering text script in an object. I then decided I didnt want the hovering text anymore and deleted the script from the object, but the text is still hovering above it...how do I get rid of this?
|
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
|
01-28-2010 17:47
hover text is part of the prims properties, and can only be set or removed by script, but doesn't need the script to exist.... simple make a new script, set the hover text to "" and you're back to good.
_____________________
| | . "Cat-Like Typing Detected" | . This post may contain errors in logic, spelling, and | . grammar known to the SL populace to cause confusion | | - Please Use PHP tags when posting scripts/code, Thanks. | - Can't See PHP or URL Tags Correctly? Check Out This Link... | - 
|
Mikaela Myrtle
Registered User
Join date: 18 Oct 2009
Posts: 2
|
01-28-2010 17:48
Thank you!!!
|