Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function fillScreen(colourans)
- if term.isColor() then
- term.setBackgroundColor(colorans)
- term.clear()
- else
- error("Advanced Monitor/Turtle Needed")
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement