Commands
From SmartBots Developers Docs
Revision as of 18:54, 4 July 2016 by Phil (Talk | contribs) (Created page with "{{DISPLAYTITLE: Commands}} All commands are invoked by calling [http://wiki.secondlife.com/wiki/LlMessageLinked llMessageLinked] LSL function: <syntaxhighlight lang="lsl"> ll...")
All commands are invoked by calling llMessageLinked LSL function:
llMessageLinked( integer linknum, integer num, string str, key id )
- num is a code of the command (see below)
- str and id parameters depend on a particular command
See the Examples for usage patterns.
AdminBot for Bots Commands List
The following commands are available within AdminBot for Bots library:
The numeric values are available here: Commands and events values.