Kierra

Untitled

Jun 6th, 2013
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. function RandomBackground()
  2.  
  3. couleur = {blue = 1, orange = 2, magenta = 3, lightBlue = 4, yellow = 5, lime = 6, pink = 7, gray = 8, lightFray = 9, cyan = 10, purple = 11, blue = 12, brown = red = 15, black = 16 }
  4.  
  5. while true do
  6. local randomCouleur = math.random(1,16)
  7. couleurBackground = couleur[randomCouleur]
  8. m.write(couleurBackground)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment