Advertisement
Guest User

Untitled

a guest
Aug 1st, 2015
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. if toggle == "1" then
  2. if redstone.testBundledInput("bottom", colors.white) == false then
  3. c = colors.combine( c, colors.white )
  4. rs.setBundledOutput("bottom", c )
  5. else
  6. c = colors.subtract( c, colors.white )
  7. rs.setBundledOutput("bottom", c )
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement