Advertisement
computercraftuser

Fill API

Aug 27th, 2013
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. function fillScreen(colourans)
  2.   if term.isColor() then
  3.     term.setBackgroundColor(colorans)
  4.     term.clear()
  5.   else
  6.     error("Advanced Monitor/Turtle Needed")
  7.     end
  8.   end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement