343_Market 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. # Market
  2. '<center><B>Market</B></center>'
  3. '<center><img src="images\etogame\rinok2.jpg"></center>'
  4. Set час += 1
  5. Set horny += 1
  6. if car = 0: Set money -= 20 & 'You get on the shuttle bus and pay the fare of 20 rubles.'
  7. if car > 0 and benzin > 0: Set benzin -= 1 & 'You reached into your <<$marka>>.'
  8. if car > 0 and benzin <= 0: Set money -= 20 & 'You ran out of gas and you had to go on the bus, paying the fare of 20 rubles.'
  9. 'Bustling market, you can buy in the market place to buy clothes or for 30,000 rubles and receive income from the outlet, but for the purchase and delivery of course need to have a car. You can trade yourself or hire a saleswoman.'
  10. clr
  11. gs 'stat'
  12. act 'Buy': gt 'RynokP','choice'
  13. act 'Go home': gt 'street'
  14. if rinwork > 0 and час < 9:
  15. act 'Salesmen':
  16. cla
  17. *clr
  18. Set час = 17
  19. Set fat += 5
  20. Set monrand = RAND(500,2000)
  21. Set money += monrand
  22. clr
  23. gs 'stat'
  24. 'You all day selling things in the market and earned <<monrand>> rubles'
  25. Set rinrand = RAND(1,100)
  26. if rinrand < 70 and palevorin = 0 and rinhoz = 0:
  27. act 'Go home': gt 'street'
  28. end
  29. if rinrand >= 70 and palevorin = 0 and rinhoz = 0:
  30. 'To you approached the owner of the tent and began to pester you, promising to write premium'
  31. act 'Refuse':
  32. cla
  33. Set money -= 2000
  34. 'The owner imposes on you a fine of 2,000 rubles'
  35. act 'Go home': gt 'street'
  36. end
  37. act 'Ogle': gt 'RynokHoz','start'
  38. end
  39. if rinrand < 60 and palevorin = 0 and rinhoz = 1:
  40. act 'Go home': gt 'street'
  41. end
  42. if rinrand >= 60 and palevorin = 0 and rinhoz = 1:
  43. 'To you approached the owner of the tent and began to pester you, promising to write premium'
  44. act 'Refuse':
  45. cla
  46. Set money -= 2000
  47. 'The owner imposes on you a fine of 2,000 rubles'
  48. act 'Go home': gt 'street'
  49. end
  50. act 'Ogle': gt 'RynokHoz','start'
  51. end
  52. if rinrand < 60 and palevorin = 1:
  53. 'On the market there is a rumor among the sellers that you fucks boss tray'
  54. act 'Go home': gt 'street'
  55. end
  56. if rinrand >= 60 and palevorin = 1:
  57. 'To you approached the owner of the tent and began to pester you, promising to write premium'
  58. act 'Refuse':
  59. cla
  60. Set money -= 2000
  61. 'The owner imposes on you a fine of 2,000 rubles'
  62. act 'Go home': gt 'street'
  63. end
  64. act 'Ogle': gt 'RynokHoz','start'
  65. end
  66. if rinrand < 40 and palevorin = 2:
  67. 'On the market there is a rumor among the sellers that you fucks boss tray with buddies'
  68. Set slutrand = RAND(1,100)
  69. if slutrand >= 70:
  70. 'After work, you came to the Armenian and tried to persuade you a blowjob.'
  71. act 'Agree': gt 'RynokHoz','opusteha2'
  72. end
  73. act 'Go home': gt 'street'
  74. end
  75. if rinrand >= 40 and rinrand < 70 and palevorin = 2:
  76. 'To you approached the owner of the tent and began to pester you, promising to write premium'
  77. act 'Refuse':
  78. cla
  79. Set money -= 2000
  80. 'The owner imposes on you a fine of 2,000 rubles'
  81. act 'Go home': gt 'street'
  82. end
  83. act 'Ogle': gt 'RynokHoz','start'
  84. end
  85. if rinrand >= 70 and palevorin = 2:
  86. 'To you approached the owner of the tent c already familiar to you guys and they began to entice you to perform oral sex, promising to write premium'
  87. act 'Refuse':
  88. cla
  89. Set money -= 2000
  90. 'The owner imposes on you a fine of 2,000 rubles'
  91. act 'Go home': gt 'street'
  92. end
  93. act 'Ogle': gt 'RynokHoz','opusteha'
  94. end
  95. end
  96. act 'Resign':
  97. cla
  98. Set work = 0
  99. Set rinwork = 0
  100. 'You are fired.'
  101. act 'Go home': gt 'street'
  102. end
  103. end
  104. if busRinok = 0 and money >= 30000 and car > 0:
  105. act 'Buy a place in the market for a month 30000 rub':
  106. cla
  107. Set busRinok = 30
  108. Set money -= 30000
  109. 'You bought a place in the market for 30,000 rubles. You need the goods'
  110. act 'Go home': gt 'street'
  111. end
  112. end
  113. !с 7 до 16, 9 часов
  114. if busRinok > 0 and tovarR > 0 and rinhour ! число:
  115. act 'Trade independently':
  116. cla
  117. Set fat -= 2
  118. Set rinhour = число
  119. Set torghour = 16 - rinhour
  120. Set torgrand = RAND(1,50)
  121. if tovarR >= torgrand: Set tovarR -= torgrand
  122. if tovarR < torgrand: Set torgrand = tovarR & Set tovarR = 0
  123. Set torgmoney = torgrand * 200
  124. Set money += torgmoney
  125. 'You´ve earned a day <<torgmoney>> rubles, sold out <<torgrand>> pieces of the item, you have <<tovarR>> units of goods.'
  126. Set час = 17
  127. Set torgmoney = 0
  128. clr
  129. gs 'stat'
  130. act 'Go home': gt 'street'
  131. end
  132. if rinokTorg = 0 and rinhour ! число:
  133. act 'Hire a saleswoman':
  134. cla
  135. Set rinokTorg = 1
  136. 'You hired saleswoman 1000 rubles per day'
  137. act 'Go home': gt 'street'
  138. end
  139. end
  140. if rinokTorg = 1 and rinhour ! число and tovarR > 0:
  141. act 'Release the goods saleswoman.':
  142. cla
  143. Set rinokTorgW = 1
  144. Set rinhour = число
  145. Set torghour = 16 - rinhour
  146. Set torgrand = RAND(1,50)
  147. if tovarR >= torgrand: Set tovarR -= torgrand
  148. if tovarR < torgrand: Set torgrand = tovarR & Set tovarR = 0
  149. Set torgmoney = torgrand * 200
  150. 'You have given goods saleswoman, she can trade on their own.'
  151. act 'Go home': gt 'street'
  152. end
  153. end
  154. end
  155. if rinokTorg = 1 and rinhour ! число:
  156. act 'Dismiss saleswoman':
  157. cla
  158. Set rinokTorg = 0
  159. 'You hired fired saleswoman'
  160. act 'Go home': gt 'street'
  161. end
  162. end
  163. --- Market ---------------------------------