Saturday, September 15, 2012

REMOVE that Hover Text

Got a presistent hovertext that won't go away? Want to know how to remove it:

In edit mode,
  1. select the content tab of this object/prim
  2. press NEW SCRIPT
  3. double click script (now appearing as new script in prims content) to open script so we can edit
  4. click anywhere in the script and hit control-A
  5. press delete
  6. copy paste this into script
  7. default{state_entry(){llSetText("",<1,1,1>, 0.5);}
  8.  hit save
  9. done and text should be history!

No comments:

Post a Comment