AGENT AWAY

Description

Constant: integer AGENT_AWAY = 0x0040;

The integer constant AGENT_AWAY has the value 0x0040

Indicates that the agent has either toggled away or has been inactive for too long.

Caveats


Related Articles

Functions

•  llGetAgentInfo

Examples

    // This is a code fragment only
    if (llGetAgentInfo( llGetOwner() ) & AGENT_AWAY)    
        llSay(0, "Hello fairies!");

Deep Notes

Search Canny for related Issues

Signature

integer AGENT_AWAY = 0x0040;