need help for this script:
merges doesn't turn on or off when a rotor has a certain degree range
maybe the problem is in the getMerges() method because i used IMyTerminalBlock![Confused ??? ???]()
or maybe it's the FOR inside a FOR in the magneticEngineStart() method.
ty
Need help for this script
merges doesn't turn on or off when a rotor has a certain degree range
maybe the problem is in the getMerges() method because i used IMyTerminalBlock
or maybe it's the FOR inside a FOR in the magneticEngineStart() method.
ty
Code:
private string rotorsName = "[ME";
private string mergesName = "[ME";
private string gyrosName = "[ME";
private string arg = "";
private int started = 0;
private...