Difference between revisions of "Usage/Initializing TotalControl"

From SmartBots Developers Docs
Jump to: navigation, search
m
Line 1: Line 1:
 
{{DISPLAYTITLE: Initializing TotalControl}}
 
{{DISPLAYTITLE: Initializing TotalControl}}
TotalControlfor Bots have to know the Bot name you are going to use.
+
TotalControl for Bots has to know the Bot name you are going to use.
  
 
== Sending BOT_SETUP_SETBOT command ==
 
== Sending BOT_SETUP_SETBOT command ==

Revision as of 05:48, 18 May 2017

TotalControl for Bots has to know the Bot name you are going to use.

Sending BOT_SETUP_SETBOT command

llMessageLinked(LINK_SET,BOT_SETUP_SETBOT,"My bot name","ACCESS CODE");
  • (yes, the above example are correct: you can pass the string value instead of key)

Access Code

To protect your bot from abusive scripters, you have to pass the bot access code while initializing - (read more about access code).

Determining Success

TotalControl for Bots will raise the event after BOT_SETUP_SETBOT