LlForceMouselook
De DigiWiki.
default { state_entry() { llForceMouselook(TRUE); // Forces sitting avatars into mouselook. llForceMouselook(FALSE); // Reverts the setting to the default... // ...as with a newly created prim. } }
default { state_entry() { llForceMouselook(TRUE); // Forces sitting avatars into mouselook. llForceMouselook(FALSE); // Reverts the setting to the default... // ...as with a newly created prim. } }