Difference between revisions of "Usage/Initializing TotalControl"

From SmartBots Developers Docs
Jump to: navigation, search
Line 12: Line 12:
 
=== Access Code ===
 
=== Access Code ===
  
To protect your bot from abusive scripters, you have to pass the bot access code while initializing - ([[AdminBot_for_Bots/Documentation/Access_Code|read more about access code]]).
+
To protect your bot from abusive scripters, you have to pass the bot access code while initializing - ([http://www.mysmartbots.com/docs/Bot_access_code read more about access code]).
  
 
== Determining Success ==
 
== Determining Success ==

Revision as of 06:03, 5 July 2016

AdminBot for Bots have 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

AdminBot for Bots will raise the event after BOT_SETUP_SETBOT