Quantcast
Channel: Programming (In-game)
Viewing all articles
Browse latest Browse all 645

Need help with assembler item move script

$
0
0
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.

Code:
           
void Main()
{
    List<IMyTerminalBlock> blocks = new List<IMyTerminalBlock>();...
Need help with assembler item move script

Viewing all articles
Browse latest Browse all 645

Trending Articles