Ingame Scripting

From Space Engineers Wiki
Jump to navigation Jump to search
pseudo script screenshot
Fake pseudo script for illustration, don't use :-)

Programmable Blocks (PBs) execute your in-game scripts that can interact with any block in the game. On PCs, PB scripts can, for example, control block actions or read and write settings that you normally change manually through the terminal.

This page is about writing in-game scripts. See Scripts to learn about their requirements or how to use them.


Even though both are found on the workshop, you need to distinguish PB scripts from mods. When searching the Steam Workshop for sample PB scripts to learn from, select the filter “Type: IngameScript”, and not “Mod category: Script”!

Quick Introduction to Space Engineers Ingame Scripts