AGENT MOUSELOOK
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer AGENT_MOUSELOOK = 0x0008;The integer constant AGENT_MOUSELOOK has the value 0x0008
Caveats
Related Articles
Functions
• | llGetAgentInfo |
Examples
<lsl>
// This is a code fragment only if (llGetAgentInfo( llGetOwner() ) & AGENT_MOUSELOOK) llSay(0, "Wee tim'rous beastie, where art thou?");
</lsl>