// This script is from http://xahlee.org/sl/ . Copyright © 2007 Xah Lee. Permission is granted for use or modification provided this note is intact and the script has permissions for copy, mod, and resell. // Description: make the obj rotate default { state_entry() { // the parameters are: axis, spin rate (radians per second), “gain” llTargetOmega( llVecNorm(<0,0,1>), 2*PI/360*20 , 1.); } }