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

[Error] Floppy disk error

Started by Kietster, 21 October 2012 - 06:28 PM
Kietster #1
Posted 21 October 2012 - 08:28 PM
http://pastebin.com/kMZpYYSD

when entered, the system will give me an error, saying "disk:3: bad arguement: string expected, got nil"
The format for rs.setOutput is correct, but it's saying it isn't.
remiX #2
Posted 21 October 2012 - 08:33 PM
if disk.isPresent(right) == true then to if disk.isPresent("right") == true then
Kietster #3
Posted 21 October 2012 - 08:43 PM
So after 5 minutes of slamming my head against the key board because I forgot the quotation marks, it worked. Thanks!
remiX #4
Posted 21 October 2012 - 08:48 PM
Lmao xD it happens :)/>/>