My goal with this program is to scan all the assemblers in the grid and then send all the items from output inventory to the main storage which is called - "Main Storage - BASE". My code seems to be working fine, but the items are not moving over to the main cargo. Need help finding out where the problem is, because the game compiler can't really find it.
Need help with assembler item move script
Code:
void Main() { List<IMyTerminalBlock> blocks = new List<IMyTerminalBlock>();...