Advertisement
Guest User

Untitled

a guest
Jan 4th, 2013
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. deleteLine()
  2. echo (matches[3])
  3. if tostring(matches[3]) == "a shining example of perfection" then
  4. cecho("5/5")
  5. end
  6.  
  7. if tostring(matches[3]) == "a blinding white" then
  8. cecho("4/5")
  9. end
  10.  
  11. if tostring(matches[3]) == "pulsing brightly" then
  12. cecho("3/5")
  13. end
  14.  
  15. if tostring(matches[3]) == "glowing a dim grey" then
  16. cecho("2/5")
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement