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...) |
Revision as of 11:44, 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); } }