Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- slothmud color codes
- -- don't bleed
- -- only work in certain channels (grouptell yes, say no)
- r = r or {}
- r.col = {
- red = "\\d02",
- green = "\\d03",
- yellow = "\\d04",
- blue = "\\d05",
- purple = "\\d06",
- cyan = "\\d07",
- white = "\\d08",
- bold = "\\a02",
- unbold = "\\a03",
- underline = "\\a05",
- reset = "\\a10",
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement