Advertisement
LokinToN

Untitled

Dec 10th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. function turnMonGreen()
  2. mon.setBackgroundColor(colors.lime)
  3. mon.clear()
  4. end
  5. function turnMonRed()
  6. mon.setBackgroundColor(colors.red)
  7. mon.clear()
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement