Posted 01 September 2012 - 11:19 PM
right now im working on a program to write code to an rfid from immibis periherals but im getting attempt to call nil on line 7
thanks in advance!! :)/>/>
print ("enter name")
write ("name:")
local name = read()
local writer = peripheral.wrap ("top")
print ("insert your rfid for formatting")
while true do
local check = writer.getPresent()
if check == true then break
end
end
writer.encode (name, name"'s rfid")
link to peripheral: http://www.computerc...ss-peripherals/thanks in advance!! :)/>/>