Installera Steam
logga in
|
språk
简体中文 (förenklad kinesiska)
繁體中文 (traditionell kinesiska)
日本語 (japanska)
한국어 (koreanska)
ไทย (thailändska)
Български (bulgariska)
Čeština (tjeckiska)
Dansk (danska)
Deutsch (tyska)
English (engelska)
Español - España (Spanska - Spanien)
Español - Latinoamérica (Spanska - Latinamerika)
Ελληνικά (grekiska)
Français (franska)
Italiano (italienska)
Bahasa Indonesia (indonesiska)
Magyar (ungerska)
Nederlands (nederländska)
Norsk (norska)
Polski (polska)
Português (Portugisiska – Portugal)
Português - Brasil (Portugisiska - Brasilien)
Română (rumänska)
Русский (ryska)
Suomi (finska)
Türkçe (turkiska)
Tiếng Việt (vietnamesiska)
Українська (Ukrainska)
Rapportera problem med översättningen
i first use this scrip as well: https://steamcommunity.com/sharedfiles/filedetails/?id=859401813
it has the ability to trigger timer blocks when docking undocking and with battery levels that you designate, with that you can sorta make it work so the logic would be as follows; (you will need two+ fuel scrips)
fuel scrip 1 detects 100% battery charge;
fuel scrip 1 triggers timer block 1;
timer block 1 unlocks the connector, then runs the docking scrip with a set argument, EX: dock 2, then turns off fuel scrip 1 and turns on fuel scrip 2;
when the drone docks at the connector marked dock 2 the second fuel scrip will just monitor the battery;
fuel scrip 2 detects 100% battery charge;
fuel scrip 2 triggers timer block 2;
timer block 2 unlocks the connector, then runs the docking scrip with a set argument, EX: dock 1, then turns off fuel scrip 2 and turns on fuel scrip 1;
when the drone docks at the connector marked dock 1 the second fuel scrip will just monitor the battery;
circle complete
whats not so nice is each destination requires a timer block and a program block, but the circle can be expanded to as many destinations as needed.
also it makes me sad but it kinda looks as though the dev of this scrip is no longer supporting it...