User:Toady Nakamura
Toad's Hall
I love finding useful scripts here in the Wiki, but most of them are aimed at AWESOME scripters, not beginners. I use this page to store handy scripts!
I rezzed 7140 days ago and learn something new every day.
Great films
|
The Wizard & The Ozimal, machinama |
|
Treet.tv Designing Worlds January 25, 2011 [2] |
Useful Scripts
I put up "The Scrubber" because I can't find it anywhere else on this WIKI.
<lsl> // The Scrubber Originally by Jopsy Pendragon, Feb 10 2006/Toadified May 1, 2011 // Resets prim to default states and self-deletes. // Will not remove your original script.
default {
state_entry()
{
llSetSitText("");
llSetTouchText("");
llSetText("",<0,0,0>,1.0);
llParticleSystem([]);
llStopSound();
llSetTextureAnim(FALSE,ALL_SIDES,1,1,0,0,0.0);
llTargetOmega(ZERO_VECTOR,0,0);
llSitTarget(ZERO_VECTOR,ZERO_ROTATION);
llSetCameraAtOffset(ZERO_VECTOR);
llSetCameraEyeOffset(ZERO_VECTOR);
llSetPayPrice(PAY_DEFAULT,[PAY_DEFAULT,PAY_DEFAULT,PAY_DEFAULT,PAY_DEFAULT]);
llStopMoveToTarget();
llStopLookAt();
llVolumeDetect(FALSE);
llCollisionFilter("", NULL_KEY, TRUE);
llForceMouselook(FALSE);
llPassCollisions(TRUE);
llPassTouches(TRUE);
llRemoveVehicleFlags(-1);
llSetVehicleType(VEHICLE_TYPE_NONE);
llSetRemoteScriptAccessPin(0);
llSetBuoyancy(0.0);
llSetForceAndTorque(ZERO_VECTOR,ZERO_VECTOR,FALSE) ;
llOwnerSay("Prim Scrubbed Clean... ");
llRemoveInventory( llGetScriptName() );
// vanish without a trace...
}
} </lsl>
SL Tutorials
| Watch video tutorials and indulge your creative curiosity in Second Life... Learning, intrigue, and wild fun awaits you... |
|
Robin Wood texture tutorials |
