Astro Bot Commands

From BJ Scripts Wiki
Jump to: navigation, search

General Information

  • Parameter: ForWho
    • This is a commonly used parameter for commands and is used to determine who should execute a command.
      • All = Everyone who receive the command will execute it.
      • ByName = Only the person who has the same name will execute it. (Example: ${Me.Name} might resolve to bjcasey. Only bjcasey would execute the command.)
        • Future Parameters:
          • Squad
          • Wing
          • Fleet
          • Ship Type
          • Astro Bot Active Role

Astro Bot Mission Commands

  • Approach
    • (string) ForWho
    • (string) DestinationName
    • (int64) Distance
    • Description: Approaches the closest desired destination.
  • ApproachBookmark
    • (string) ForWho
    • (string) Bookmark Number
    • (int64) Distance
    • Description: Approaches bookmark X,Y,Z location coordinates.
  • Clear_Grid
    • (string) ForWho
    • Description: Kills all hostile NPCs ongrid. Terminates when there are no longer any hostile NPCs ongrid.
  • Clear_Grid_Waves
    • (string) ForWho
    • (int) Timeout After Last Kill (Seconds)
    • Description: Kills all hostile NPCs ongrid. Terminates when the timeout counter is reached. Each new wave of NPCs resets the timeout counter.
  • Dock
    • (string) ForWho
    • (string) Station Name (*Special Name)
    • Description: Docks at the desired station.
  • Gate_Activate
    • (string) ForWho
    • (string) Gate Name
    • Description: Approaches and then uses the desired acceleration gate if it is within 2500m.
  • Kill_Target
    • (string) ForWho
    • (string) Target Name
    • Description: Targets and kills all existing entities that match the target's name.
  • RemoteCompleteMission
    • Description: Starts a conversation with your active mission's agent and will complete the mission. (NOTE: This is only to be used for missions that require remote completion. You must still navigate back to the agent to complete the AstroBot Mission Task.
  • Transfer_Cargo
    • (string) Item Name to Transfer
    • (int) Item Quantity to Transfer
    • (string) Transfer from Location (ShipCargoHold, StationItemHanger)
    • (string) Transfer to Location (ShipCargoHold, StationItemHanger)
    • Description: Will transfer the desired quantity of a specific item from one location to another.
  • TravelToBookmark
    • (string) ForWho
    • (int64) Bookmark Number
    • Description: Will set an autopilot using the bookmark number provided.
  • Undock
    • (string) ForWho
    • Description: Undocks from your current station.
  • WarpTo
    • (string) ForWho
    • (string) DestinationName (Celestial, Fleetmember, or *Special Name)
    • (int64) Distance
    • (int64) TimedDelay (In seconds)
    • Description: Warps to a visible celestial or a fleet member within the desired distance. A timed delay can be added to allow active drones to be recalled.
  • WarpToBookmark
    • (string) ForWho
    • (int64) Bookmark Number
    • Description: Warps to a bookmarked location.


  • (Special Name: Agent_Station. This is used when warping back to an agent base at the end of a mission.)