Rotating Prim
From OpenSimulator
(Difference between revisions)
(New page: == Rotating Prim == I think this came from Nebaden :-)..... <source lang="lsl"> default { state_entry() { llSetText("put your text in here", <1,1,1>,1); l...) |
|||
| Line 15: | Line 15: | ||
</source> | </source> | ||
| + | |||
| + | |||
| + | [[Category:Scripts]] | ||
Revision as of 10:48, 23 November 2010
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); } }