indik 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. # indik
  2. if cheatStatusBars = 1:
  3. i = 2
  4. else
  5. i = 3
  6. end
  7. if Enable_statfsize > 0 and Enable_statfsize < i:i = Enable_statfsize
  8. a = ARGS[1]
  9. a1 = ARGS[2]
  10. if $ARGS[0] = '1':
  11. if a >= 100:
  12. $ind = '<font color="green"><font face="Lucida Console" size = <<i>>> ████████████████████ </font><<a1>></font>'
  13. elseif a >= 95:
  14. $ind = '<font color="green"><font face="Lucida Console" size = <<i>>> ███████████████████_ </font><<a1>></font>'
  15. elseif a >= 90:
  16. $ind = '<font color="green"><font face="Lucida Console" size = <<i>>> ██████████████████__ </font><<a1>></font>'
  17. elseif a >= 85:
  18. $ind = '<font color="green"><font face="Lucida Console" size = <<i>>> █████████████████___ </font><<a1>></font>'
  19. elseif a >= 80:
  20. $ind = '<font color="green"><font face="Lucida Console" size = <<i>>> ████████████████____ </font><<a1>></font>'
  21. elseif a >= 75:
  22. $ind = '<font color="green"><font face="Lucida Console" size = <<i>>> ███████████████_____ </font><<a1>></font>'
  23. elseif a >= 70:
  24. $ind = '<font color="green"><font face="Lucida Console" size = <<i>>> ██████████████______ </font><<a1>></font>'
  25. elseif a >= 65:
  26. $ind = '<font color="green"><font face="Lucida Console" size = <<i>>> █████████████_______ </font><<a1>></font>'
  27. elseif a >= 60:
  28. $ind = '<font color="blue"><font face="Lucida Console" size = <<i>>> ████████████________ </font><<a1>></font>'
  29. elseif a >= 55:
  30. $ind = '<font color="blue"><font face="Lucida Console" size = <<i>>> ███████████_________ </font><<a1>></font>'
  31. elseif a >= 50:
  32. $ind = '<font color="blue"><font face="Lucida Console" size = <<i>>> ██████████__________ </font><<a1>></font>'
  33. elseif a >= 45:
  34. $ind = '<font color="blue"><font face="Lucida Console" size = <<i>>> █████████___________ </font><<a1>></font>'
  35. elseif a >= 40:
  36. $ind = '<font color="blue"><font face="Lucida Console" size = <<i>>> ████████____________ </font><<a1>></font>'
  37. elseif a >= 35:
  38. $ind = '<font color="blue"><font face="Lucida Console" size = <<i>>> ███████_____________ </font><<a1>></font>'
  39. elseif a >= 30:
  40. $ind = '<font color="red"><font face="Lucida Console" size = <<i>>> ██████______________ </font><<a1>></font>'
  41. elseif a >= 25:
  42. $ind = '<font color="red"><font face="Lucida Console" size = <<i>>> █████_______________ </font><<a1>></font>'
  43. elseif a >= 20:
  44. $ind = '<font color="red"><font face="Lucida Console" size = <<i>>> ████________________ </font><<a1>></font>'
  45. elseif a >= 15:
  46. $ind = '<font color="red"><font face="Lucida Console" size = <<i>>> ███_________________ </font><<a1>></font>'
  47. elseif a >= 10:
  48. $ind = '<font color="red"><font face="Lucida Console" size = <<i>>> ██__________________ </font><<a1>></font>'
  49. elseif a >= 5:
  50. $ind = '<font color="red"><font face="Lucida Console" size = <<i>>> █___________________ </font><<a1>></font>'
  51. elseif a >= 1:
  52. $ind = '<font color="red"><font face="Lucida Console" size = <<i>>> ▓___________________ </font><<a1>></font>'
  53. elseif a <= 0 :
  54. $ind = '<font color="red"><font face="Lucida Console" size = <<i>>> ____________________ </font><<a1>></font>'
  55. end
  56. end
  57. if $ARGS[0] = '2':
  58. if a >= 100:
  59. $ind = '<font color="red"><font face="Lucida Console" size = <<i>>> ████████████████████ </font></font>'
  60. elseif a >= 95:
  61. $ind = '<font color="red"><font face="Lucida Console" size = <<i>>> ███████████████████_ </font></font>'
  62. elseif a >= 90:
  63. $ind = '<font color="red"><font face="Lucida Console" size = <<i>>> ██████████████████__ </font></font>'
  64. elseif a >= 85:
  65. $ind = '<font color="red"><font face="Lucida Console" size = <<i>>> █████████████████___ </font></font>'
  66. elseif a >= 80:
  67. $ind = '<font color="orange"><font face="Lucida Console" size = <<i>>> ████████████████____ </font></font>'
  68. elseif a >= 75:
  69. $ind = '<font color="orange"><font face="Lucida Console" size = <<i>>> ███████████████_____ </font></font>'
  70. elseif a >= 70:
  71. $ind = '<font color="orange"><font face="Lucida Console" size = <<i>>> ██████████████______ </font></font>'
  72. elseif a >= 65:
  73. $ind = '<font color="orange"><font face="Lucida Console" size = <<i>>> █████████████_______ </font></font>'
  74. elseif a >= 60:
  75. $ind = '<font color="yellow"><font face="Lucida Console" size = <<i>>> ████████████________ </font></font>'
  76. elseif a >= 55:
  77. $ind = '<font color="yellow"><font face="Lucida Console" size = <<i>>> ███████████_________ </font></font>'
  78. elseif a >= 50:
  79. $ind = '<font color="yellow"><font face="Lucida Console" size = <<i>>> ██████████__________ </font></font>'
  80. elseif a >= 45:
  81. $ind = '<font color="yellow"><font face="Lucida Console" size = <<i>>> █████████___________ </font></font>'
  82. elseif a >= 40:
  83. $ind = '<font color="green"><font face="Lucida Console" size = <<i>>> ████████____________ </font></font>'
  84. elseif a >= 35:
  85. $ind = '<font color="green"><font face="Lucida Console" size = <<i>>> ███████_____________ </font></font>'
  86. elseif a >= 30:
  87. $ind = '<font color="green"><font face="Lucida Console" size = <<i>>> ██████______________ </font></font>'
  88. elseif a >= 25:
  89. $ind = '<font color="green"><font face="Lucida Console" size = <<i>>> █████_______________ </font></font>'
  90. elseif a >= 20:
  91. $ind = '<font color="blue"><font face="Lucida Console" size = <<i>>> ████________________ </font></font>'
  92. elseif a >= 15:
  93. $ind = '<font color="blue"><font face="Lucida Console" size = <<i>>> ███_________________ </font></font>'
  94. elseif a >= 10:
  95. $ind = '<font color="blue"><font face="Lucida Console" size = <<i>>> ██__________________ </font></font>'
  96. elseif a >= 5:
  97. $ind = '<font color="blue"><font face="Lucida Console" size = <<i>>> █___________________ </font></font>'
  98. elseif a >= 1:
  99. $ind = '<font color="blue"><font face="Lucida Console" size = <<i>>> ▓___________________ </font></font>'
  100. elseif a <= 0 :
  101. $ind = '<font color="blue"><font face="Lucida Console" size = <<i>>> ____________________ </font></font>'
  102. end
  103. end
  104. --- indik ---------------------------------