Jump to content
  • 0

Can't remove shower water spray effect even after removing shower. Solution?


EkaterinaKomova
 Share

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

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

Question

3 answers to this question

Recommended Posts

  • 0

The shower is a particle effect.  Particles must be turned ON by a script, and they must be turned OFF by a script.  If you remove the script that controls the shower, there is no way to turn it off except by either deleting the entire shower, as others have suggested, or putting a new script into it to turn the effect off (if you have mod perms and are allowed to add a script).

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

 

 

Link to comment
Share on other sites

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