Difference between revisions of "User:Toady Nakamura"

From Second Life Wiki
Jump to navigation Jump to search
m
m
Line 9: Line 9:
|rezday=January 6, 2007
|rezday=January 6, 2007
|about=Is she or isn't she just another pretty face?
|about=Is she or isn't she just another pretty face?
|answer=IM & find out!
|fields={{SL-hCard/field|NOW?|
|fields={{SL-hCard/field|NOW?|
* Eternally curious
* Eternally curious
Line 21: Line 20:


I rezzed {{Age|06|01|2007}} days ago and learn something new every day.
I rezzed {{Age|06|01|2007}} days ago and learn something new every day.


== Useful Scripts: ==
== Useful Scripts: ==

Revision as of 14:18, 16 October 2008

Profile
Toady Nakamura.jpg
Born:
January 6, 2007
About:
Is she or isn't she just another pretty face?
NOW?:
  • Eternally curious
  • Enjoys learning
  • Frustrated by lack of basic Wiki scripts

Toad's Hall

I love finding useful scripts here in the Wiki, but most of them are aimed at AWESOME scripters, not beginners. 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.

I rezzed 6327 days ago and learn something new every day.




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...
Visit Here for enlightenment today!


Robin Wood texture tutorials