Advertisement
Darkharmony

colorapi

Jul 9th, 2013
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.54 KB | None | 0 0
  1. side = "back"
  2. whit = colors.white
  3. oran = colors.orange
  4. mage = colors.magenta
  5. lblu = colors.liteBlue
  6. yell = colors.yellow
  7. lime = colors.lime
  8. pink = colors.pink
  9. gray = colors.gray
  10. lgray = colors.liteGray
  11. cyan = colors.cyan
  12. purp = colors.purple
  13. blue = colors.blue
  14. brown = colors.brown
  15. green = colors.green
  16. red = colors.red
  17. black = colors.black
  18.  
  19. function set(s,c)
  20.     rs.setBundledOutput(s,c)
  21. end
  22. function add(c)
  23.     rs.setBundledOutput(s,rs.GetBundledOutput(s) + c)
  24. end
  25. function rem(c)
  26.     rs.setBundledOutput(s,rs.GetBundledOutput(s) - c)
  27. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement