kruchess 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. # kruchess
  2. $metka = $ARGS[0]
  3. $loc = $CURLOC
  4. chessrost=intel/10
  5. chessrostmin=intel/20
  6. chess+=rand(chessrostmin,chessrost)
  7. intel+=1
  8. minut+=60
  9. frost = 0
  10. gs'stat'
  11. FColor = RGB(0,0,0)
  12. BColor = RGB(255,255,255)
  13. LColor = RGB(106,90,205)
  14. '<center><b><font color = maroon>Chess Circle</font></b></center>'
  15. '<center><img src="images/lur/kru/kruchess.jpg"></center>'
  16. if week!6:
  17. 'You are within an hour solve chess studies under the guidance of coach'
  18. else
  19. 'On Saturdays in a circle playing chess.'
  20. if chess_win<5:
  21. 'You put you to play with the smallest circle uchastikov Vitalik, though he really a boy, but I passed on 4First level chess.'
  22. act'Play':
  23. cls
  24. $chess_name='Acne'
  25. chess_exit=0
  26. chess_hod=0
  27. chessV=500
  28. chessH=90
  29. gt'chessplay'
  30. end
  31. end
  32. if chess_win>=5 and chess_win<10:
  33. 'You put play with Bones, He recently performed 3First level chess.'
  34. act'Play':
  35. cls
  36. $chess_name='Kostya'
  37. chess_exit=0
  38. chess_hod=0
  39. chessV=1500
  40. chessH=40
  41. gt'chessplay'
  42. end
  43. end
  44. if chess_win>=10 and chess_win<15:
  45. 'You put play with Sergei, He recently performed 2First level chess.'
  46. act'Play':
  47. cls
  48. $chess_name='Sergei'
  49. chess_exit=0
  50. chess_hod=0
  51. chessV=4500
  52. chessH=60
  53. gt'chessplay'
  54. end
  55. end
  56. if chess_win>=15:
  57. 'Since you sat down to play coach, that when it was CCM Chess, but with age and up lost ground 1On discharge he had not obtained execute the specification.'
  58. act'Play':
  59. cls
  60. $chess_name='Henry G.'
  61. chess_exit=0
  62. chess_hod=0
  63. chessV=15000
  64. chessH=40
  65. gt'chessplay'
  66. end
  67. end
  68. exit
  69. end
  70. gs'stat'
  71. act 'Logout':gt'gdkkru'
  72. --- kruchess ---------------------------------