Examples

From SmartBots Developers Docs
AdminBot for LSL
Revision as of 13:11, 12 May 2017 by Gg (Talk | contribs) (Gg moved page AdminBot for Groups/Examples to AdminBot for LSL/Examples)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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