LuaCombinator 3 deprecated

by OwnlyMe

Like LuaCombinator2, but with full event support

Content
4 years ago
0.17 - 0.18
34
Circuit network

b Crash when deconstructing a LuaCombinator with on_tick event

5 years ago

When trying to deconstruct a combinator with an on_tick event:

Error while running event LuaCombinator3::on_tick (ID 0)
__LuaCombinator3__/control.lua:239: table index is nil
stack traceback:
    __LuaCombinator3__/control.lua:239: in function 'destroy_combinator983'
    __LuaCombinator3__/control.lua:1098: in function <__LuaCombinator3__/control.lua:1071>

Changing id to unit_nr983 at control.lua:239 resolves the problem.

5 years ago

and fixed.
thank you for your reports

New response