Difference between revisions of "AdminBot for LSL/Examples"

From SmartBots Developers Docs
Jump to: navigation, search
(AdminBot Basics)
(AdminBot Basics)
Line 3: Line 3:
 
The work with AdminBot consists of three parts:
 
The work with AdminBot consists of three parts:
 
# [[AdminBot for Groups/Documentation/Initializing AdminBot|Initialization]] (set the group name)
 
# [[AdminBot for Groups/Documentation/Initializing AdminBot|Initialization]] (set the group name)
# [[Sending AdminBot commands]]
+
# [[AdminBot for Groups/Documentation/Commands|Sending AdminBot commands]]
# [[Receiving AdminBot events]]
+
# [[AdminBot for Groups/Documentation/Events|Receiving AdminBot events]]
  
 
== Starting your script ==
 
== Starting your script ==

Revision as of 18:59, 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