AGENT BUSY

Description

Constant: integer AGENT_BUSY = 0x0800;

The integer constant AGENT_BUSY has the value 0x0800

Caveats


Related Articles

Functions

•  llGetAgentInfo

Examples

    if (llGetAgentInfo( llGetOwner() ) & AGENT_BUSY)    
        llSay(0, "Don't interrupt - I'm busy!");

Deep Notes

Search Canny for related Issues

Signature

integer AGENT_BUSY = 0x0800;