Jump to content
  • 0

why particles remain if script deleted


MIVIMEX
 Share

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

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

Question

5 answers to this question

Recommended Posts

  • 0
9 hours ago, Ethan Paslong said:

 

9 hours ago, Callum Meriman said:

Particles are a prim property, like texture rotation and hovertext are. The script just sets that property.

To remove particles you need to put this scrubber into the object...


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

 

thank you, i know how to remove them. im just curious why? why they remain if script deleted? 

Link to comment
Share on other sites

  • 0

Because, as Callum explained, they are properties of the prim that they are in, not properties of a script.  Particles and hover text, prim point light,  and several other properties can only be switched ON/OFF with a script, but do not require a script to persist.  The script is just a switch.  Once it has done its job, you may remove it.

Edited by Rolig Loon
  • Like 3
  • Thanks 1
Link to comment
Share on other sites

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