Space Engineers

Space Engineers

Not enough ratings
Airlock without vent
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
375.131 KB
20 Mar, 2024 @ 5:33am
1 Change Note ( view )

Subscribe to download
Airlock without vent

Description
Simple script for airlocks with two doors.
Opening one door turns off the second one (accident safe).
Opening door starts timer in it's custom data, so keep it clear. After value reaches 600, door closes.
Enter names of doors at the bottom of script and a value which gives 600 after multiple additions. Noting else is to change.

Value
Seconds
600
1/6
300
1/3
150
2/3
200
1/2
100
1
50
2
25
4

Add as many airlocks as you want with copying last line
Airlock("Door a", "Door b", 100);