So I found this Program(Below) But the user hasnt been online in a while. Iv tried flashing to an eeprom and booting with just the eeprom, just running the program, and i keep getting an error (attached)
The Program :
local user = { "user1", "user2", "user3" }
local red = component.proxy(component.list("redstone")())
local scr = {}
local gpu = {}
for a in component.list("screen") do table.insert(scr, a) end
for a in component.list("gpu") do table.insert(gpu, component.proxy(a)) end
for i = 1, #gpu do gpu[i].bind(scr[i]) end
function showState(s)
for i, g in ipairs(gpu) do