LSL Status/Kan-ed6
From OpenSimulator
(Difference between revisions)
												
			 (New page: '''Code:'''   default  {     state_entry()     {         llTargetOmega( < 0, 1, 1 >, .2 * PI, 1.0 );     }  }  '''Status:''' llTargetOmega() has not been implemented, thus this script fail...)  | 
			m  | 
			||
| Line 9: | Line 9: | ||
  }  |   }  | ||
| − | '''Status:'''   | + | '''Status:''' Working  | 
Revision as of 08:42, 29 November 2008
Code:
default
{
   state_entry()
   {
       llTargetOmega( < 0, 1, 1 >, .2 * PI, 1.0 );
   }
}
Status: Working