348_danceclass 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. # danceclass
  2. <<<<<<< 348_danceclass
  3. set minut += 5
  4. '<center><B><font color = maroon>Dance Class</font></B></center>'
  5. '<center><img src="images\etogame\danceclass.jpg"></center>'
  6. =======
  7. set minut = minut + 5
  8. '<center><B><font color=maroon>Dance Class</font></B></center>'
  9. '<center><img src="pic/danceclass.jpg" ></center>'
  10. >>>>>>> 348_danceclass
  11. 'Modern room with good lighting and mirrors for the development of dance skills.'
  12. clr
  13. <<<<<<< 348_danceclass
  14. gs 'stat'
  15. fcolor = rgb(0,0,0)
  16. bcolor = rgb(255,255,255)
  17. =======
  18. gs'stat'
  19. fcolor=rgb(0,0,0)
  20. bcolor=rgb(255,255,255)
  21. >>>>>>> 348_danceclass
  22. LCOLOR = rgb(106,90,205)
  23. set razdtumbler = 0
  24. <<<<<<< 348_danceclass
  25. act 'Modern club dancing':
  26. cla
  27. *clr
  28. set minut += 120
  29. set fat -= 5
  30. speed+= RAND(1,3)
  31. set manna -= 5
  32. set sweat += 3
  33. dance += RAND(5,15)
  34. '<center><img src="images\etogame\fit1.jpg"></center>'
  35. if dance < 100: 'You studied modern dance club, which is very popular in discos.'
  36. if dance >= 100: 'Podcherpnut you tried something new in modern club dancing, but you all already know it.'
  37. act 'Leave': gt 'fit','razd'
  38. end
  39. act 'Striptease':
  40. cla
  41. *clr
  42. set minut += 120
  43. set fat -= 5
  44. set agil+= RAND(1,3)
  45. set manna -= 8
  46. set sweat += 3
  47. !stripdance += 1
  48. '<center><img src="images\etogame\stripdance.jpg"></center>'
  49. if dance >= 100:
  50. stripdance += RAND(2,10)
  51. 'You studied passionately razdevatsya dance music.'
  52. if stripdance >= 100: 'But you could not learn anything new, it´s all you have and know how well you know.'
  53. end
  54. if dance < 100:
  55. dance += RAND(5,15)
  56. 'Striptease for you too complicated, you can not perform the dance moves combining them strip. Teacher recommends that you first learn ordinary club dances.'
  57. end
  58. act 'Leave': gt 'fit','razd'
  59. end
  60. act 'Dancing on a pole':
  61. cla
  62. *clr
  63. set minut += 120
  64. set fat -= 10
  65. set stren+= RAND(1,3)
  66. vital += RAND(1,3)
  67. set manna -= 5
  68. set sweat += 3
  69. !poledance += 1
  70. '<center><img src="images\etogame\poledance.jpg"></center>'
  71. if dance >= 100 and stripdance >= 100 and stren >= 80:
  72. poledance += RAND(2,5)
  73. 'You studied various acrobatics on the pole.'
  74. if poledance >= 100: 'But you could not learn anything new, it´s all you have and know how well you know.'
  75. end
  76. if dance < 100 or stripdance < 100 or stren < 80:
  77. 'Already in the first exercise, you crashed with a pole. It seems this kind of dance you until the teeth'
  78. if stren < 80: 'The teacher explained that you dance on the pole, except the ability to dance, and still requires physical strength.'
  79. end
  80. act 'Leave': gt 'fit','razd'
  81. end
  82. =======
  83. act 'Modern club dances':
  84. cla
  85. *clr
  86. set minut = minut + 120
  87. set fat = fat - 5
  88. speed+= RAND (1,3)
  89. set manna = manna - 5
  90. set sweat = sweat + 3
  91. dance+=RAND(5,15)
  92. '<center><img src="pic/fit1.jpg" ></center>'
  93. if dance<100:'You were taught modern dance club, which are very popular in discos.'
  94. if dance>=100:'You tried podcherpnut something new in modern club dances, but you already know very well.'
  95. act 'Get_Away':gt'fit','razd'
  96. end
  97. act 'Stritiz':
  98. cla
  99. *clr
  100. set minut = minut + 120
  101. set fat = fat - 5
  102. set agil+= RAND (1,3)
  103. set manna = manna - 8
  104. set sweat = sweat + 3
  105. !stripdance+=1
  106. '<center><img src="pic/stripdance.jpg" ></center>'
  107. if dance>=100:
  108. stripdance+=RAND(2,10)
  109. 'You trained passionately razdevatsya dance music.'
  110. if stripdance>=100:'But you could not learn anything new, all that you already know how great and you know.'
  111. end
  112. if dance<100:
  113. dance+=RAND(5,15)
  114. 'Striptease for you too complex, you can not perform the dance moves combining them with strip. The teacher encourages you to learn how to start an ordinary club dances.'
  115. end
  116. act 'Get_Away':gt'fit','razd'
  117. end
  118. act 'Dancing on a pole':
  119. cla
  120. *clr
  121. set minut = minut + 120
  122. set fat = fat - 10
  123. set stren+= RAND (1,3)
  124. vital+=RAND (1,3)
  125. set manna = manna - 5
  126. set sweat = sweat + 3
  127. !poledance+=1
  128. '<center><img src="pic/poledance.jpg" ></center>'
  129. if dance>=100 and stripdance>=100 and stren>=80:
  130. poledance+=RAND(2,5)
  131. 'You were taught various acrobatics on the pole.'
  132. if poledance>=100:'But you could not learn anything new, all that you already know how great and you know.'
  133. end
  134. if dance<100 or stripdance<100 or stren<80:
  135. 'Already in the first exercise. It looks like this kind of dance you until the teeth'
  136. if stren<80:'The teacher explained that you dance on a pole, than the ability to dance, require more physical strength.'
  137. end
  138. act 'Get_Away':gt'fit','razd'
  139. end
  140. >>>>>>> 348_danceclass
  141. --- danceclass ---------------------------------