AGENT TYPING

Description

Constant: integer AGENT_TYPING = 0x0200;

The integer constant AGENT_TYPING has the value 0x0200

Caveats


Related Articles

Functions

•  llGetAgentInfo

Examples

    // This is a code fragment only
    if (llGetAgentInfo( llGetOwner() ) & AGENT_AWAY)    
        llSay(0, "Oh my poor fingers");

Deep Notes

Search Canny for related Issues

Signature

integer AGENT_TYPING = 0x0200;