G-VHGXV114NQ
PARTY PARTY PARTY Today, in honor of the 8th of March, Women's Day, there is a party, do not miss, welcome TET-A-TET club,Dj Stereo Sleiman 6 March,13-00 SLT
We invite you, dear ones, to celebrate the holiday! We will be glad to see you all beautiful and in a good mood.
PARTY PARTY PARTY Today, in honor of the 8th of March, Women's Day, there is a party, do not miss, welcome TET-A-TET club,Dj Stereo Sleiman 6 March,13-00 SLT
We invite you, dear ones, to celebrate the holiday! We will be glad to see you all beautiful and in a good mood.
https://www.bstkole.com/produc....ts/husky?utm_source=
//Ronnie Theas's Prim Cleaner
// Copyright 2008
//
// This script resets all the persistent properties of a prim, such as floating text, particles...etc
// that remain even after the script that created them is deleted.
default
{
state_entry()
{
llSetSitText( "" );
llSetTouchText( "" );
llParticleSystem( [ ] );
llSetText( "", ZERO_VECTOR, 1.0 );
llTargetOmega( ZERO_VECTOR, 0, 0 );
llSitTarget( ZERO_VECTOR, ZERO_ROTATION );
llSetTextureAnim( FALSE , ALL_SIDES, 1, 1, 0, 0, 0.0 );
llStopSound();
}
}
Typhaine Artez How to make a script to remove particles from an object?
Typhaine Artez How to make a script to remove particles from an object?