OsGetAgents

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
Line 17: Line 17:
 
  llSay (0, "Agents in sim: "+ llList2CSV(osGetAgents()));
 
  llSay (0, "Agents in sim: "+ llList2CSV(osGetAgents()));
 
  }
 
  }
}<source>
+
}</source>

Revision as of 15:14, 16 January 2010

list osGetAgents()

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

//
// Example of osGetAgents.
//
default
{
state_entry()
{
 // Demo-Script 
}
 touch_start(integer total_number)
 {
 llSay (0, "Agents in sim: "+ llList2CSV(osGetAgents()));
 }
}
Personal tools
General
About This Wiki