AGENT CROUCHING
Revision as of 15:07, 22 January 2015 by ObviousAltIsObvious Resident (talk | contribs) (<lsl> tag to <source>)
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer AGENT_CROUCHING = 0x0400;The integer constant AGENT_CROUCHING has the value 0x0400
Caveats
Related Articles
Functions
• | llGetAgentInfo |
Examples
// This is a code fragment only
if (llGetAgentInfo( llGetOwner() ) & AGENT_CROUCHING)
llSay(0, "I'm getting backache.");