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
start timer block survival kit
survival kit on/off
lamp survival kit on/off
than every time u start the timer block it turn the survival kit and the lamp on or off
no need for a script (ok there might be a bit space for timer blocks needed)
I haven't used it in game, but should activate a light when projection is complete.
Prj=GridTerminalSystem.GetBlockWithName("Projector") as IMyProjector;
IMyLightingBlock Lig;
Lig=GridTerminalSystem.GetBlockWithName("Spotlight") as IMyLightingBlock;
Lig.Enabled=(Prj.BuildableBlocksCount==0);
https://steamcommunity.com/sharedfiles/filedetails/?id=822950976&searchtext=automatic+LCDs
To configure this script you edit the custom data of the LCD you are working with. So you would put something like:
PropBool {Nanite Block} {OnOff} {Nanite Builer} {On} {Off}
Displays: "Nanite Builder On" if the block named "Nanite Block" is on.
There is a complete guide to using the script if you want to do more with it.