Difference between revisions of "AGENT BUSY"

From Second Life Wiki
Jump to navigation Jump to search
m (That template should not have been used here!!!)
m (<lsl> tag to <source>)
 
(2 intermediate revisions by 2 users not shown)
Line 2: Line 2:
|name=AGENT_BUSY
|name=AGENT_BUSY
|type=integer
|type=integer
|value=0x0800
|value={{LSL Hex|0x0800}}
|desc=
|desc=
|pa=
|pa=
|text=
|text=
|pb=
|pb=
|examples
|examples=
<source lang="lsl2">
    if (llGetAgentInfo( llGetOwner() ) & AGENT_BUSY)   
        llSay(0, "Don't interrupt - I'm busy!");
</source> 
|constants=
|constants=
<!--{{LSL ConstRow|CHANGED_SHAPE}}-->
<!--{{LSL ConstRow|CHANGED_SHAPE}}-->

Latest revision as of 16:06, 22 January 2015