LlForceMouselook
De DigiWiki.
Version du 25 juin 2012 à 23:41 par Djphil (discuter | contributions)
default { state_entry() { llForceMouselook(TRUE); // Forces sitting avatars into mouselook. llForceMouselook(FALSE); // Reverts the setting to the default... // ...as with a newly created prim. } }