Here is the bomb code:
rednet.open("top")
term.clear()
term.setCursorPos(1,1)
textutils.slowPrint("............")
while true do
id, msg = rednet.receive()
if msg == "boom" then
redstone.setOutput("back", true)
end
end
Here is the remote detonator code:
rednet.open("top")
term.clear()
term.setCursorPos(1,1)
print("It will blow up in a few moments.")
rednet.broadcast("boom")
Hey turns out this was the 500th post in the programs forum.
Well give me any feed back you can. I will start to post more of my programs on the forums.












