more debug prints
This commit is contained in:
parent
d1d324b3ce
commit
c6cc42f9a8
@ -2,6 +2,8 @@
|
|||||||
local function getBit(gate, val)
|
local function getBit(gate, val)
|
||||||
local gatedata = Gate.getdata(gate)
|
local gatedata = Gate.getdata(gate)
|
||||||
|
|
||||||
|
print("text brick bit "..val)
|
||||||
|
|
||||||
if gatedata.listenState=="wait" then
|
if gatedata.listenState=="wait" then
|
||||||
if val==1 then
|
if val==1 then
|
||||||
gatedata.listenState = "getbits"
|
gatedata.listenState = "getbits"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user