Difference between revisions of "AGENT AWAY"

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">
     // This is a code fragment only
     // This is a code fragment only
     if (llGetAgentInfo( llGetOwner() ) & AGENT_AWAY)     
     if (llGetAgentInfo( llGetOwner() ) & AGENT_AWAY)     
         llSay(0, "Hello fairies!");
         llSay(0, "Hello fairies!");
</lsl>
</source>
|constants
|constants
|functions=
|functions=

Latest revision as of 16:05, 22 January 2015