OsGetAgents

From OpenSimulator

Revision as of 16:25, 8 June 2011 by Fritigern (Talk | contribs)

Jump to: navigation, search
OsGetAgents
Threat Level <Threat Level goes here>
Function Syntax
list osGetAgents()
Example(s)
//
// Example of osGetAgents.
//
default
{
    state_entry()
    {
        // Demo-Script 
    }
    touch_start(integer total_number)
    {
        llSay (0, "Agents in sim: "+ llList2CSV(osGetAgents()));
    }
}

Returns a list of all the agents names in the region.

Personal tools
General
About This Wiki