12 December 2006

Remove hovertext

How to remove hovertext from a prim:

Enter Edit mode, go into the Contents tab. Pick "New Script" and open the script. Paste the following into the script.

default {
state_entry() {
llSetText("", <0,0,0>, 1.0);
}}

Save the script. Watch it compile.

I get asked about this a lot.

No comments: