Guest User

Untitled

a guest
Jan 28th, 2013
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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) --here's where i lost my mind
Advertisement
Add Comment
Please, Sign In to add comment