Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
When getting PowerStored it doesn't need to display each battery individually because the readout shows the "max potential stored power" and "current stored power" so you can tell how much is stored over all batteries.
With the Working command though it can monitor any type of block and display information about it but every block in that group can be on/off independently of the others so it displays them all.
If you don't worry about the possibility of them being out of sync with each other and you just want a neat readout, consider using PropBool instead and only monitoring one thruster in the group. Something like this;
PropBool {ThrusterName} {OnOff} {Thrusters} {On} {Off}
This will monitor a block matching "ThrusterName" and then display as "Thrusters" with "On" or "Off" on the right depending on the state of the monitored block.