BOT_RESET_ADMINBOT
From SmartBots Developers Docs
								TotalControl for LSLCommands
				
												Revision as of 17:22, 6 March 2019 by Scullyuk (Talk | contribs) (Scullyuk moved page TotalControl for LSL/Commands/BOT RESET ADMINBOT to TotalControl for LSL/Commands/BOT RESET TOTALCONTROL: Command renamed)
					Jump to:					navigation, 					search
				
				Invokes llResetScript() for TotalControl script.
llMessageLinked(LINK_SET, BOT_RESET_ADMINBOT, "", NULL_KEY);
Variables
The following table shows input values (you send them with the API call) and returned output values.
| Variable | Required |  Description
 
  | |
|---|---|---|---|
| str | yes | --- | |
| id | yes | --- | |
Comments
The command completely resets the TotalControl script (for example, on object owner change). Invokes llResetScript() for TotalControl script. Don't forget to issue BOT_SETUP_SETBOT afterwards.
Example
on_rez(integer param) {
  llMessageLinked(LINK_SET, BOT_RESET_ADMINBOT, "", NULL_KEY);
}
- BOT RESET TOTALCONTROL