* Materials enabled
* All windows can be opened separately
* unique sounds in the windows
* copy/modify
*Feel free to remove scripts from the door and put WWM-script inside
* footprint 11*12.5m incl. front stairs
* 29 prims
If you wanna change the door-script please use this script after deleting the kool door inventory:
Name: PrimCleaner or whatever you like
Code:
default
{
state_entry()
{
llSetSitText( "" );
llSetTouchText( "" );
llParticleSystem( [ ] );
llSetText( "", ZERO_VECTOR, 1.0 );
llTargetOmega( ZERO_VECTOR, 0, 0 );
llSetCameraAtOffset( ZERO_VECTOR );
llSetCameraEyeOffset( ZERO_VECTOR );
llSitTarget( ZERO_VECTOR, ZERO_ROTATION );
llSetTextureAnim( FALSE , ALL_SIDES, 1, 1, 0, 0, 0.0 );
llStopSound();
llStopMoveToTarget();
llSay (0,"100 little Nightfairies hurry through the prim and ....");
llSay(0,"This prim is clean... ");
llSay (0,"99 little Nighfairies happyly rush home ....");
llRemoveInventory( llGetScriptName() );
// vanish without a trace...
}
}