Posted 24 June 2013 - 06:49 PM
its all in the title. that error results from the following code
when I apply a redstone signal to the bottom. otherwise the code runs waiting for the input fine.
*edit* after some further testing the problem was using a disk as the source of the code and removing the disk before triggering. the rest of the program wasnt there to be refferenced i guess
local trigger=false
if not trigger then
print("holding for redstone signal")
end
while not trigger do
event=rs.getInput("bottom")
if event==true then
trigger=true
end
end
when I apply a redstone signal to the bottom. otherwise the code runs waiting for the input fine.
*edit* after some further testing the problem was using a disk as the source of the code and removing the disk before triggering. the rest of the program wasnt there to be refferenced i guess