Posted 11 January 2018 - 07:30 PM
The following code throws out the error:
paintutils.lua:38: attempt to call nil
Code:
This is a startup file and i am a tad stuck. Thanks in advance :)/>
Also here is a pic of the files.
paintutils.lua:38: attempt to call nil
Code:
term.setBackgroundColor(colors.white)
term.clear()
local bgs = paintutils.loadImage("bleachih")
paintutils.drawImage(bgs,1,1)
term.setTextColor(colors.black)
term.setBackgroundColor(colors.white)
term.setCursorPos(5,9)
print("CazOS")
term.setCursorPos(6,10)
print("2.0")
sleep(2)
term.setTextColor(colors.white)
shell.run("desktop")
This is a startup file and i am a tad stuck. Thanks in advance :)/>
Also here is a pic of the files.