LuaCombinator 3 deprecated

by OwnlyMe

Like LuaCombinator2, but with full event support

Content
4 years ago
0.17 - 0.18
34
Circuit network

g Help with variables

4 years ago

Apologies if I'm missing something obvious (I've never used Lua that much), or if I've messed it up with another mod I'm using, but for whatever reason I just can't seem to access the starting variables: rednet, greennet, output, vars. Any time I try to index in the nets or set output, there's a nil value error code, making them seem like uninitialized variable. Can you offer any guidance on what might be causing this? Thanks!

4 years ago
(updated 4 years ago)

i think you were not accessing them in an event function, but on initializing the combinator.
I just released an update where you can now access all variables when initializing the combinator

4 years ago

That'd be it, then! Thanks so much for looking into it and making the changes.

New response