Rotating Prim
From OpenSimulator
(Difference between revisions)
												
			m (Robot: Cosmetic changes)  | 
			|||
| Line 1: | Line 1: | ||
| − | == Rotating Prim   | + | == Rotating Prim ==  | 
I think this came from Nebaden :-).....    | I think this came from Nebaden :-).....    | ||
| Line 15: | Line 15: | ||
</source>  | </source>  | ||
| − | |||
[[Category:Scripts]]  | [[Category:Scripts]]  | ||
Revision as of 20:09, 3 March 2012
Rotating Prim
I think this came from Nebaden :-).....
default { state_entry() { llSetText("put your text in here", <1,1,1>,1); llTargetOmega(<0,0,1>, 0.2, 2); } }