Kierra

Untitled

Jun 6th, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. 1 = "colors.blue"
  2. 2 = "colors.orange"
  3. 3 = "colors.magenta"
  4. 4 = "colors.lightBlue"
  5. 5 = "colors.yellow"
  6. 6 = "colors.lime"
  7. 7 = "colors.pink"
  8. 8 = "colors.gray"
  9. 9 = "colors.lightGray"
  10. 10 = "colors.cyan"
  11. 11 = "colors.purple"
  12. 12 = "colors.blue"
  13. 13 = "colors.brown"
  14. 14 = "colors.green"
  15. 15 = "colors.red"
  16. 16 = "colors.black"
  17.  
  18. randomCouleur = math.random(1,16)
  19. term.setBackgroundColor(randomCouleur)
Advertisement
Add Comment
Please, Sign In to add comment