Posted 05 July 2012 - 03:45 AM
Hey Guys,
Basically i have a program with rednet and one computer is the sender and the other is the receiver. the sender is hooked up to redstone then a wireless receiver (technic pack) then it goes into the sky and connects to a light sensor. anyways my problem is once it sends the computer the Day/Night and repeats every second to check i want it to clear the line above it here is my code for clearing the line above it
while true do
term.clearLine()
id, message = rednet.receive()
print(message)
sleep(1)
end
Any help will be gladly appreciated
Thanks in advanced,
~Sniper
Basically i have a program with rednet and one computer is the sender and the other is the receiver. the sender is hooked up to redstone then a wireless receiver (technic pack) then it goes into the sky and connects to a light sensor. anyways my problem is once it sends the computer the Day/Night and repeats every second to check i want it to clear the line above it here is my code for clearing the line above it
while true do
term.clearLine()
id, message = rednet.receive()
print(message)
sleep(1)
end
Any help will be gladly appreciated
Thanks in advanced,
~Sniper