Tuesday, December 02, 2008
USERLOGIN PASSWORD Remember?
You are here » Learning Center ยป Forums

Openlife Forums

 Openlife Grid Forums
Minimize
 
  Openlife Forums  Scripting  LSL Discussion  Scrubber script
Previous Previous
 
Next Next
New Post 2/21/2008 2:48 AM
User is offline Atashi
58 posts
Openlife Apprentice




Scrubber script 

Some scripts are persisting even after being deleted.  Try this on the object first to see if it will shut the script down.

 

default
{
state_entry()
{
llSetSitText( "" );
llSetTouchText( "" );
llParticleSystem( [ ] );
llSetText( "", ZERO_VECTOR, 1.0 );
llSetTextureAnim( FALSE , ALL_SIDES, 1, 1, 0, 0, 0.0 );
llStopSound();
llOwnerSay("This Prim is Clean... ");
llRemoveInventory( llGetScriptName() ); // vanish without a trace...
}
}
 
Previous Previous
 
Next Next
  Openlife Forums  Scripting  LSL Discussion  Scrubber script
Privacy Statement | Terms Of UseAll Rights Reserved 2007,2008 3DX - Openlifegrid.com