This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
GLKing19's profile picture

Attempt to call nil

Started by GLKing19, 10 August 2016 - 02:28 PM
GLKing19 #1
Posted 10 August 2016 - 04:28 PM
So I have this code: http://pastebin.com/BXicDMb3
It runs fine up until the writeLine part where whenever I input something I get attempt to call nil, I've tried everything and can't seem to get it working, thanks in advance for any help.
Lupus590 #2
Posted 10 August 2016 - 05:27 PM
io uses : not .
GLKing19 #3
Posted 10 August 2016 - 06:00 PM
io uses : not .
Oh my god I didn't even realise that, thank you very much for your help.