Rotating Prim
From OpenSimulator
(Difference between revisions)
												
			m (Robot: Cosmetic changes)  | 
			m (Indentation)  | 
			||
| Line 1: | Line 1: | ||
== Rotating Prim ==  | == Rotating Prim ==  | ||
| − | I think this came from Nebaden :-)  | + | I think this came from Nebaden  :-) ...    | 
<source lang="lsl">  | <source lang="lsl">  | ||
| − | |||
default    | default    | ||
| − | + | {  | |
     state_entry()  |      state_entry()  | ||
| − | + |     {  | |
| − | + |         llSetText("put your text in here", <1.0, 1.0, 1.0>, 1.0);  | |
| − | + |         llTargetOmega(<0.0, 0.0, 1.0>, 0.2, 2);  | |
| − | + |     }  | |
| − | + | }  | |
| − | + | ||
</source>  | </source>  | ||
[[Category:Scripts]]  | [[Category:Scripts]]  | ||
Revision as of 06:34, 22 September 2020
Rotating Prim
I think this came from Nebaden :-) ...
default { state_entry() { llSetText("put your text in here", <1.0, 1.0, 1.0>, 1.0); llTargetOmega(<0.0, 0.0, 1.0>, 0.2, 2); } }