Examples
From SmartBots Developers Docs
AdminBot for LSL
Revision as of 18:57, 29 June 2016 by Phil (Talk | contribs) (Created page with "{{DISPLAYTITLE: Examples}} == AdminBot Basics == The work with AdminBot consists of three parts: # Initialization (set the group name) # Sending Ad...")
Jump to: navigation, search
AdminBot Basics
The work with AdminBot consists of three parts:
- Initialization (set the group name)
- Sending AdminBot commands
- 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
- Examples