Difference between revisions of "AdminBot for LSL/Examples"
From SmartBots Developers Docs
Line 15: | Line 15: | ||
== Advanced Examples == | == Advanced Examples == | ||
− | * [[AdminBot for Groups/Examples/ | + | * [[AdminBot for Groups/Examples/Checking if avatar is in the group|Checking if avatar is in the group]] |
− | * [[AdminBot for Groups/Examples/ | + | * [[AdminBot for Groups/Examples/Changing the llMessageLinked linknum|Changing the llMessageLinked linknum]] |
{{NavMenu}} | {{NavMenu}} | ||
__NOTOC__ | __NOTOC__ |
Revision as of 20:22, 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