Mother DocsMother Docs
Buy me a Coffee
Steam Workshop
Discord
  • Mother OS (Ingame Script)
Buy me a Coffee
Steam Workshop
Discord
  • Mother OS (Ingame Script)
  • Mother OS (Ingame Script)
    • Getting Started

      • Upgrade Guide
      • Installation
      • Command Line Interface (CLI)
      • Configuration
      • Modules
    • Core Modules

      • Activity Monitor
      • Almanac
      • Block Catalogue
      • Local Storage
      • Security
      • Intergrid Message Service
    • Extension Modules

      • Air Vent Module
      • Battery Module
      • Terminal Block Module
      • Cockpit Module
      • Connector Module
      • Display Module
      • Docking Module
      • Door Module
      • Flight Control Module
      • Gas Tank Module
      • Gyroscope Module
      • Hinge Module
      • Landing Gear Module
      • Light Module
      • Flight Planning Module
      • Piston Module
      • Programmable Block Module
      • Rotor Module
      • Sensor Module
      • Sound Block Module
      • Thruster Module
      • Timer Block Module
    • Command Cheatsheet
    • Compatibility
    • Examples
  • Powered By Mother

Programmable Block Module

The Programmable Block modules allows players to interact with programmable blocks on a grid. This is useful when running programmable blocks with custom arguments, whether they are running Mother or not.

  • Commands
    • run

Commands

run

Run a programmable block with an optional argument.

pb/run <ProgrammableBlock|Group> <argument> [--options]

Important

Some scripts may be uncompatible with Mother OS due to the way they designed to accept arguments. See Script Compatibility for more information.

Example

We have Whip's Subgrid Thruster Manager installed on another Programmable block named PB.ThrusterManager. It is particularly helpful when using thrusters on subgrids.

Terminal
pb/run "PB.ThrusterManager" dampeners_on;
Last Updated:: 4/29/25, 9:42 PM
Contributors: Luke Morrison
Prev
Piston Module
Next
Rotor Module