|
Sparky Gotter
Registered User
Join date: 3 May 2008
Posts: 2
|
05-10-2008 11:11
So playing around with scripts, I wound up with a hovering thex that at first I did not think worked. Turns out well hey I was in a white room and could not see it. I thioght that I deleted it when it "didn't" work but it is still there and now I cannot seem to find where I put it at. Is there any way to find all scripts currently in use? Tanx Sparky
|
|
Senuka Harbinger
A-Life, one bit at a time
Join date: 24 Oct 2005
Posts: 491
|
05-10-2008 13:46
I believe the issue is that you have a hovertext set on a prim of your avatar that you cannot get rid of. Hover text, while being set by a script, is in fact not really a script, but a property of the prim just like the size, color, rotation, etc. It's just that you need a script to enable/disable the hovertext.
default { state_entry() { llSetText("",<0,0,0>,0.0); } }
put this script in the exact same prim that had your previous script which set the text
_____________________
My SLExchange shopTypos are forgiven; desecrating the english language with reckless abandon and necrophilic acts is not. The function is working perfectly fine. It's just not working the way you wanted it to work.
|
|
Sparky Gotter
Registered User
Join date: 3 May 2008
Posts: 2
|
05-10-2008 14:44
found it.TY
|