Difference between revisions of "AGENT BUSY"

From Second Life Wiki
Jump to navigation Jump to search
(add example)
m (<lsl> tag to <source>)
 
Line 8: Line 8:
|pb=
|pb=
|examples=
|examples=
<lsl>
<source lang="lsl2">
     if (llGetAgentInfo( llGetOwner() ) & AGENT_BUSY)     
     if (llGetAgentInfo( llGetOwner() ) & AGENT_BUSY)     
         llSay(0, "Don't interrupt - I'm busy!");
         llSay(0, "Don't interrupt - I'm busy!");
</lsl>   
</source>   
|constants=
|constants=
<!--{{LSL ConstRow|CHANGED_SHAPE}}-->
<!--{{LSL ConstRow|CHANGED_SHAPE}}-->

Latest revision as of 16:06, 22 January 2015