Posted 25 November 2012 - 02:54 PM
even messed up the title, its an error message of:
bios:338: [string "test"]:4: '<eof>' expected
I am trying to set up something that, after entering the program name, sends a redstone signal, waits, stops sending the redstone signal, and then stops the program. It is for a simple IC2 breeder reactor, and I want to avoid wasting fuel. The current code I've written is this:
redstone.setOutput("back",true)
sleep( 1420 )
redstone.setOutput("back,false)
end
This is a really simple program, which means that I'm missing something that should be hitting me in the face. My only prior programming experience is Forth, with Eloraam's computers, but redpower isn't currently in the FTB pack.
bios:338: [string "test"]:4: '<eof>' expected
I am trying to set up something that, after entering the program name, sends a redstone signal, waits, stops sending the redstone signal, and then stops the program. It is for a simple IC2 breeder reactor, and I want to avoid wasting fuel. The current code I've written is this:
redstone.setOutput("back",true)
sleep( 1420 )
redstone.setOutput("back,false)
end
This is a really simple program, which means that I'm missing something that should be hitting me in the face. My only prior programming experience is Forth, with Eloraam's computers, but redpower isn't currently in the FTB pack.