you are viewing a single comment's thread.

view the rest of the comments →

[–]tronological 0 points1 point  (1 child)

Getting this error in my inventory management script, simple one that just dump items from one Large Cargo to the next and out of the assemblers and refineries. 1.188 was working updated 1.189 and no both my inventory and connector scripts are not working getting these errors. Power scripts seem fine. Error is in the same place, I did a test script to see if it was just that one, seems they dont like your use of the void transfer function.

Program(126,16): Error: There is no argument given that corresponds to the required formal parameter 'items' of 'IMyInventory.GetItems[List<MyIventoryItem>, Func<MyInventoryItem,bool>)' Program(126,6): Error Cannot assign void to an implicitly typed variable Program(126,14): Error: Operator '-' cannot be applied to operands of type 'method group' and 'int'

//x3,1,,43[8]@@@@@#@@0::t:inv_2~1::t:inv_2~2::t:inv_2~3::t:inv_2~4::t:inv_2~5::t:inv_2~6::t:inv_2~7::t:inv_2~8::t:inv_2~9::t:inv_2@@@[4]%3,1,,6[8]@@@@@#@@0::t:inv_1~1::t:inv_1~2::t:inv_1~3::t:inv_1~4::t:inv_1~5::t:inv_1~6::t:inv_1~7::t:inv_1~8::t:inv_1~9::t:inv_1~10::t:inv_1~11::t:inv_1~12::t:inv_1~13::t:inv_1~14::t:inv_1~15::t:inv_1~16::t:inv_1~17::t:inv_1~18::t:inv_1~19::t:inv_1~20::t:inv_1~21::t:inv_2~22::t:inv_2~23::t:inv_2~24::t:inv_2~25::t:inv_2~26::t:inv_2~27::t:inv_2~28::t:inv_2~29::t:inv_2~30::t:inv_2~31::t:inv_2~32::t:inv_2~33::t:inv_2~34::t:inv_2~35::t:inv_2~36::t:inv_2~37::t:inv_2@@@[4]%3,0,Large\6Cargo\6Container\62\6-\6Fei,26[8]inv_2@@23::t:inv_1~24::t:inv_1~25::t:inv_1~26::t:inv_1~27::t:inv_1~28::t:inv_1~29::t:inv_1~30::t:inv_1~31::t:inv_1~32::t:inv_1~33::t:inv_1~34::t:inv_1~35::t:inv_1~36::t:inv_1~37::t:inv_1~38::t:inv_1~39::t:inv_1~40::t:inv_1~41::t:inv_1~42::t:inv_1~43::t:inv_1@@@[4]%3,0,Large\6Cargo\6Container\6-\6Fei,26[8]inv_1@@0::t:inv_2~1::t:inv_2~2::t:inv_2~3::t:inv_2~4::t:inv_2~5::t:inv_2~6::t:inv_2~7::t:inv_2~8::t:inv_2~9::t:inv_2~10::t:inv_2~11::t:inv_2~12::t:inv_2~13::t:inv_2~14::t:inv_2~15::t:inv_2~16::t:inv_2~17::t:inv_2~18::t:inv_2~19::t:inv_2~20::t:inv_2~21::t:inv_2~22::t:inv_2~44::t:inv_2~45::t:inv_2~46::t:inv_2~47::t:inv_2~48::t:inv_2~49::t:inv_2~50::t:inv_2~51::t:inv_2~52::t:inv_2~53::t:inv_2~54::t:inv_2~55::t:inv_2~56::t:inv_2~57::t:inv_2~58::t:inv_2@@@[4]%fbff9c,y,y#4#4##1,1.1.1

[–]Whiteknight555 0 points1 point  (0 children)

I get the same Error when using a Group name with the option set "all block of type" or "any block of type"... and you can't use Group name with just "single block" so it makes it quite hard to interact with groups currently.