Advertisement
jared314

Untitled

Jul 21st, 2014
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. local function addcol(col, side)
  2. rs.setBundledOutput(side, colors.combine(rs.getBundledOutput(side),col))
  3. end
  4. local function remcol(col, side)
  5. rs.setBundledOutput(side, colors.subtract(rs.getBundledOutput(side),col))
  6. end
  7.  
  8. addcol(colors.red, "back")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement