turtle5204

Colored Label API

Aug 30th, 2014
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. col = string.char(0xc2)..string.char(0xa7)
  2.  
  3. red = col.."c"
  4. bold = col.."l"
  5. italic = col.."o"
  6. reset = col.."r"
  7. black = col.."0"
  8. darkBlue = col.."1"
  9. green = col.."2"
  10. blue = col.."3"
  11. orange = col.."6"
  12. blueB = col.."9"
  13. magic = col.."k"
Advertisement
Add Comment
Please, Sign In to add comment