Advertisement
SythsGod

TE Lumium Lamps CC

Aug 29th, 2015
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. local r = 70
  2. local g = 70
  3. local b = 70
  4.  
  5. r = r * 256 * 256
  6. g = g * 256
  7. rgb = r + g + b
  8.  
  9. peripheral.call("bottom", "setColor", rgb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement