teleport_status (HTTP Callback Event)

From SmartBots Developers Docs
Jump to: navigation, search

Teleport progress messages.

Incoming and outgoing parameters

The input parameters is being sent to your HTTP script along with this event. Output parameters (if any) should be generated by your script.

Parameters Required Value
Input parameters:
action yes = teleport_status
bot_name yes the SL name of your bot
channel yes the unique bot id
cid yes internal HTTP connection identifier (you can ignore this value)
Input parameters specific for teleport_status:
status yes teleport status:
  • Start - teleport initialized
  • Progress - teleport in progress
  • Failed - teleport failed
  • Finished - teleport completed
  • Cancelled - teleport cancelled
message yes teleport details, like error details for "Failed"
flags yes SL teleport flags, varies from case to case
location yes bot's current location, Region/X/Y/Z


<< return back to HTTP Callback events