Difference between revisions of "AdminBot for LSL/Examples"
From SmartBots Developers Docs
								 (→AdminBot Basics)  | 
				m (Gg moved page AdminBot for Groups/Examples to AdminBot for LSL/Examples)  | 
				||
| (3 intermediate revisions by one other user not shown) | |||
| 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)  | ||
| − | # [[AdminBot for Groups  | + | # [[AdminBot for Groups/Commands|Sending AdminBot commands]]  | 
| − | # [[AdminBot for Groups  | + | # [[AdminBot for Groups/Events|Receiving AdminBot events]]  | 
== Starting your script ==  | == Starting your script ==  | ||
| Line 10: | Line 10: | ||
== Simple Examples ==  | == Simple Examples ==  | ||
| − | * [[AdminBot Examples  | + | * [[AdminBot for Groups/Examples/Group Inviter Script|Simple Group Inviter script]]  | 
| − | * [[AdminBot Examples  | + | * [[AdminBot for Groups/Examples/Group chat listener|Group chat listener]]  | 
| − | * [[AdminBot Examples  | + | * [[AdminBot for Groups/Examples/Group notice delivery with attachment|Group notice delivery with attachment]]  | 
== Advanced Examples ==  | == Advanced Examples ==  | ||
| − | * [[AdminBot Examples  | + | * [[AdminBot for Groups/Examples/Checking if avatar is in the group|Checking if avatar is in the group]]  | 
| − | * [[AdminBot Examples  | + | * [[AdminBot for Groups/Examples/Changing the llMessageLinked linknum|Changing the llMessageLinked linknum]]  | 
{{NavMenu}}  | {{NavMenu}}  | ||
__NOTOC__  | __NOTOC__  | ||
Latest revision as of 13:11, 12 May 2017
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