Jump to content
You are about to reply to a thread that has been inactive for 1561 days.

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

Recommended Posts

I bought a bracelet that i like the look of from sl market, but whenever i add it it just spews out particles. How do i turn them off (Not just for my view but for everyone, properly off permanently so it's just a bracelet) i've been all over Sl help site, forums, google and youtube. I can't find a clear answer (I suspect i need to put text into a new script, if that's the case can someone please give me what to copy/paste into it. Thanks)

Link to comment
Share on other sites

hi hi,

you can edit the object, go to content, click "New Script" then double click "New Script" in the object inventory, remove all text and paste:


 
default {
    state_entry() {
        llParticleSystem([]);
        llRemoveInventory(llGetScriptName());
    }
}

Save the script, it should run, remove the particles and delete itself.

Good luck,

Dargo

Edited by Kardargo Adamczyk
typo's typo's typo's grrrrrrr
  • Thanks 1
Link to comment
Share on other sites

Great! I know it must seem like a lot of fuss for a bracelet, but i spent ages combing Sl market for it to complete the outfit i'm working on. And besides i think this is something i should know how to do for the future, thank you very much. ❤

Edited by AmyPinkLegend
Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 1561 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...