Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local oppositeColorColorTable = {
- SKINCOLOR_NONE, // SKINCOLOR_NONE
- SKINCOLOR_BLACK, // SKINCOLOR_WHITE
- SKINCOLOR_GREY, // SKINCOLOR_SILVER
- SKINCOLOR_SILVER, // SKINCOLOR_GREY
- SKINCOLOR_WHITE, // SKINCOLOR_BLACK
- SKINCOLOR_ROSEWOOD, // SKINCOLOR_CYAN
- SKINCOLOR_ORANGE, // SKINCOLOR_TEAL
- SKINCOLOR_BROWN, // SKINCOLOR_STEELBLUE
- SKINCOLOR_ORANGE, // SKINCOLOR_BLUE
- SKINCOLOR_TEAL, // SKINCOLOR_PEACH
- SKINCOLOR_STEELBLUE,// SKINCOLOR_TAN
- SKINCOLOR_NEONGREEN,// SKINCOLOR_PINK
- SKINCOLOR_OLIVE, // SKINCOLOR_LAVENDER
- SKINCOLOR_YELLOW, // SKINCOLOR_PURPLE
- SKINCOLOR_BLUE, // SKINCOLOR_ORANGE
- SKINCOLOR_NEONGREEN,// SKINCOLOR_ROSEWOOD (Replace with a Bluegreen color!)
- SKINCOLOR_GREEN, // SKINCOLOR_BEIGE (Replace with a Bluegreen color!)
- SKINCOLOR_STEELBLUE,// SKINCOLOR_BROWN
- SKINCOLOR_NEONGREEN,// SKINCOLOR_RED
- SKINCOLOR_NEONGREEN,// SKINCOLOR_DARKRED (Replace with a Bright Green color!)
- SKINCOLOR_RED, // SKINCOLOR_NEONGREEN
- SKINCOLOR_PINK, // SKINCOLOR_GREEN (Replace with Rosy!)
- SKINCOLOR_LAVENDER, // SKINCOLOR_ZIM (Replace with Red Violet!)
- SKINCOLOR_PURPLE, // SKINCOLOR_OLIVE (Actually Magenta)
- SKINCOLOR_PURPLE, // SKINCOLOR_YELLOW (Actually Magenta)
- SKINCOLOR_PURPLE // SKINCOLOR_GOLD (Still Purple)
- }
- local oppositeColorNumberTable = {
- 8, // SKINCOLOR_NONE
- 10, // SKINCOLOR_WHITE
- 4, // SKINCOLOR_SILVER
- 12, // SKINCOLOR_GREY
- 8, // SKINCOLOR_BLACK
- 8, // SKINCOLOR_CYAN
- 10, // SKINCOLOR_TEAL
- 10, // SKINCOLOR_STEELBLUE
- 9, // SKINCOLOR_BLUE
- 5, // SKINCOLOR_PEACH
- 5, // SKINCOLOR_TAN
- 4, // SKINCOLOR_PINK
- 12, // SKINCOLOR_LAVENDER
- 15, // SKINCOLOR_PURPLE
- 12, // SKINCOLOR_ORANGE
- 16, // SKINCOLOR_ROSEWOOD (Replace with a Bluegreen color!)
- 8, // SKINCOLOR_BEIGE (Replace with a Bluegreen color!)
- 10, // SKINCOLOR_BROWN
- 8, // SKINCOLOR_RED
- 16, // SKINCOLOR_DARKRED (Replace with a Bright green color!)
- 14, // SKINCOLOR_NEONGREEN
- 4, // SKINCOLOR_GREEN (Replace with Rosy!)
- 6, // SKINCOLOR_ZIM (Replace with Red Violet!)
- 15, // SKINCOLOR_OLIVE (Actually Magenta)
- 12, // SKINCOLOR_YELLOW (Actually Magenta)
- 8 // SKINCOLOR_GOLD (Still Purple)
- }
Advertisement
Add Comment
Please, Sign In to add comment