View difference between Paste ID: Bxtb0aUy and QNEXukNC
SHOW: | | - or go back to the newest paste.
1
function settable(a,b,c,d,e,f,g)
2
   lol = {}
3
   lol["w"] = a
4
   lol["o"] = b
5
   lol["m"] = c
6
   lol["b"] = d
7
   lol["y"] = e
8
   lol["g"] = f
9
   lol["p"] = g
10
end
11
function setcable()
12-
   redstone.setBundledOutput("back", lol)
12+
   redstone.setBundledOutput("back", lol) --here's where i lost my mind