Difference between revisions of "AdminBot for LSL/Examples"
From SmartBots Developers Docs
								 (Created page with "{{DISPLAYTITLE: Examples}} == AdminBot Basics == The work with AdminBot consists of three parts: # Initialization (set the group name) # Sending Ad...")  | 
				 (→AdminBot Basics)  | 
				||
| Line 2: | Line 2: | ||
== AdminBot Basics ==  | == AdminBot Basics ==  | ||
The work with AdminBot consists of three parts:  | The work with AdminBot consists of three parts:  | ||
| − | # [[Initializing AdminBot|Initialization]] (set the group name)  | + | # [[AdminBot for Groups/Documentation/Initializing AdminBot|Initialization]] (set the group name)  | 
# [[Sending AdminBot commands]]  | # [[Sending AdminBot commands]]  | ||
# [[Receiving AdminBot events]]  | # [[Receiving AdminBot events]]  | ||
Revision as of 18:58, 29 June 2016
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