Difference between revisions of "AdminBot for LSL/Examples"

From SmartBots Developers Docs
Jump to: navigation, search
(AdminBot Basics)
Line 10: Line 10:
  
 
== Simple Examples ==
 
== Simple Examples ==
* [[AdminBot Examples: Group Inviter Script|Simple Group Inviter script]]
+
* [[AdminBot for Groups/Examples/Group Inviter Script|Simple Group Inviter script]]
* [[AdminBot Examples: Group chat listener|Group chat listener]]
+
* [[AdminBot for Groups/Examples/Group chat listener|Group chat listener]]
* [[AdminBot Examples: Group notice delivery with attachment|Group notice delivery with attachment]]
+
* [[AdminBot for Groups/Examples/Group notice delivery with attachment|Group notice delivery with attachment]]
  
 
== Advanced Examples ==
 
== Advanced Examples ==
* [[AdminBot Examples: SB_AVATAR_GROUP|Checking if avatar is in the group]]
+
* [[AdminBot for Groups/Examples/SB_AVATAR_GROUP|Checking if avatar is in the group]]
* [[AdminBot Examples: SB SETUP SETLINK|Changing the llMessageLinked linknum]]
+
* [[AdminBot for Groups/Examples/SB SETUP SETLINK|Changing the llMessageLinked linknum]]
  
 
{{NavMenu}}
 
{{NavMenu}}
  
 
__NOTOC__
 
__NOTOC__

Revision as of 19:01, 29 June 2016

AdminBot Basics

The work with AdminBot consists of three parts:

  1. Initialization (set the group name)
  2. Sending AdminBot commands
  3. Receiving AdminBot events

Starting your script

The most of AdminBot commands and events are coded into the constants. It's handy to include the following constants to your script: AdminBot constants .

Simple Examples

Advanced Examples