User:Toady Nakamura: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 7: | Line 7: | ||
|name=Toady Nakamura | |name=Toady Nakamura | ||
|image=Toady_Nakamura.jpg | |image=Toady_Nakamura.jpg | ||
|rezday=January 6, 2007 | |rezday=January 6, 2007 | ||
|about=Eternally curious | |about=Eternally curious, learning scripting | ||
| | |fields={{SL-hCard/field|NOW?| | ||
* Learns new language | |||
* Enjoys this alternative Universe | |||
}} | }} | ||
Revision as of 13:59, 16 October 2008
{{SL-hCard/2.0 |color1=800080 |color2=000 |color3=ffc0df |color4=0f0 |color5=bfffc0 |name=Toady Nakamura |image=Toady_Nakamura.jpg |rezday=January 6, 2007 |about=Eternally curious, learning scripting
|fields=
- Learns new language
- Enjoys this alternative Universe
Toad's Hall
I love finding useful scripts here in the Wiki, but there's so many good scripts that I can't find anywhere but inworld. My goal here is to put up good, useful, easy to read and easy to learn scripts to help beginning scripters and provide a uniform reference for my students.
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, Version 1 // Resets prim to default states and self-deletes // You have to remove the troublesome script yourself.
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 );
llOwnerSay("Prim Scrubbed Clean... ");
llRemoveInventory( llGetScriptName() );
// vanish without a trace...
}
}
</lsl>
Best Sources of Second Life (tm) Information
| Watch video tutorials and indulge your creative curiosity in Second Life... Learning, intrigue, and wild fun awaits you... |