LSL Status/Kan-ed6

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(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:''' llTargetOmega() has not been implemented, thus this script fails.
+
'''Status:''' Working

Revision as of 09:42, 29 November 2008

Code:

default
{
   state_entry()
   {
       llTargetOmega( < 0, 1, 1 >, .2 * PI, 1.0 );
   }
}

Status: Working

General
About This Wiki