Jump to content
  • 0

I keep get a line popping up on my screen in the living room of my house saying "mattress request"


Daydream Irelund
 Share

You are about to reply to a thread that has been inactive for 4640 days.

Please take a moment to consider if this thread is worth bumping.

Question

1 answer to this question

Recommended Posts

  • 0

Popping up on your screen, or popping up in chat?  If it's on your screen, just floating around, it's hover text.  You'll need to locate the prim that it is in -- I hope that you have mod permission on it -- and either modify the script that generated the text (if it is still there) or add a script like this to replace it:

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

 If it's not floating around but it saying its message in chat, you'll need to locate whatever object is saying it and then mute (block) it.

  • Like 1
Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 4640 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...