KanEd-Test06.lsl 91 B

12345678
  1. default
  2. {
  3. state_entry()
  4. {
  5. llTargetOmega( < 0, 1, 1 >, .2 * PI, 1.0 );
  6. }
  7. }