AGENT AWAY: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Strife Onizuka (talk | contribs)
m Undo revision 409823 by Gordon Wendt (Talk) why?
m <lsl> tag to <source>
 
(4 intermediate revisions by 4 users not shown)
Line 3: Line 3:
|type=integer
|type=integer
|value={{LSL Hex|0x0040}}
|value={{LSL Hex|0x0040}}
|desc=
|desc=Indicates that the agent has either toggled away or has been inactive for too long.
|pa=
|pa=
|text=
|text=
|pb=
|pb=
|examples
|examples=
<source lang="lsl2">
    // This is a code fragment only
    if (llGetAgentInfo( llGetOwner() ) & AGENT_AWAY)   
        llSay(0, "Hello fairies!");
</source>
|constants
|constants
|functions=
|functions=

Latest revision as of 16:05, 22 January 2015