function input()
term.setBackgroundColour( colors.lightGray )
clear(2, 18, 1, 51) -- clear(fromline, toline, fromcolumn, tocolumn)
term.setTextColour( colors.yellow )
term.setCursorPos(2,2)
write("Input needed: ")
term.setTextColour( colors.orange )
inputtxt = read()
return inputtxt
end
input()
os.run({}, "/SVOS/paint", inputtxt) -- The simple paint, just copied to a different dir
paint:40:attempt to index? (nil value)
I need os.run() or it will overwrite some functions like fs.open() I changed in the startup file for some safety.












