LSL Status/Kan-ed6
From OpenSimulator
(Difference between revisions)
												
			m (Removed 'Template:' prefix from template includings and/or changed external-link into internal-link)  | 
			m (Robot: Cosmetic changes)  | 
			||
| Line 14: | Line 14: | ||
'''Status:''' Working  | '''Status:''' Working  | ||
| − | |||
[[Category:Scripts]]  | [[Category:Scripts]]  | ||
Latest revision as of 19:31, 3 March 2012
Code:
default
{
   state_entry()
   {
       llTargetOmega( < 0, 1, 1 >, .2 * PI, 1.0 );
   }
}
Status: Working