Posted 02 November 2012 - 11:47 AM
I'm having a lot of trouble getting this to work. I get a bios error when running it.
EDIT: When I use term.write("Hello") insted of print("Hello") it works but somehow when using term.redirect and using print gives me a bios error.
EDIT: MysticT was right! I didn't define all the term APIs therefore my code doesn't work. Thanks for the response!
remote = {}
function remote.write(text)
rednet.send(1, text)
end
term.redirect(text)
print("Hello")
I was thinking this would work but it doesn't work at all! Can someone please help? I've been stuck on this for hours…EDIT: When I use term.write("Hello") insted of print("Hello") it works but somehow when using term.redirect and using print gives me a bios error.
EDIT: MysticT was right! I didn't define all the term APIs therefore my code doesn't work. Thanks for the response!