Posted 03 April 2012 - 06:33 PM
Peripheral does not work. Every time I run eg this code:
Will there always be an error message:
Why?
monitor = peripheral.wrap("left")--A monitor is to the left of the computer
monitor.write("Hello!")
Will there always be an error message:
lua:1: attempt to calll nil
Why?