podezdM 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344
  1. # podezdM
  2. if $ARGS[0] = 'start':
  3. set minut += 15
  4. '<<$boyA>> said, "Let´s go to the shop, buy pivasika"'
  5. act 'Start embracing.':
  6. cla
  7. if harakBoyA = 0:set bfa += 2
  8. if harakBoyA = 1:set bfa += 1
  9. if harakBoyA = 2:set bfa -= 1
  10. '<center><img src="images/etogame/boygo.jpg"></center>'
  11. 'You go to embracing kiosk there <<$boyA>> buy beer and chips and you go to the nearest entrance.'
  12. gt 'podezdM', 'kiosk'
  13. end
  14. act 'Go hand in hand.':
  15. cla
  16. if harakBoyA = 0:set bfa += 1
  17. if harakBoyA = 1:set bfa += 2
  18. if harakBoyA = 2:set bfa -= 1
  19. '<center><img src="images/etogame/boygo1.jpg"></center>'
  20. 'You go hand in hand to stall there <<$boyA>> buy beer and chips and you go to the nearest entrance.'
  21. gt 'podezdM', 'kiosk'
  22. end
  23. act 'Go next.':
  24. cla
  25. if harakBoyA = 0:set bfa -= 1
  26. if harakBoyA = 1:set bfa += 1
  27. if harakBoyA = 2:set bfa += 2
  28. '<center><img src="images/etogame/boygo2.jpg"></center>'
  29. 'You go up to the kiosk, there <<$boyA>> buy beer and chips and you go to the nearest entrance.'
  30. gt 'podezdM', 'kiosk'
  31. end
  32. end
  33. if $ARGS[0] = 'kiosk':
  34. cla
  35. *clr
  36. set minut += 30
  37. set fat += 1
  38. set manna += 10
  39. set willpower += 10
  40. '<center><img src="images/etogame/podezdM.jpg"></center>'
  41. 'At the entrance you guy opens a bottle of beer and delivers it to you.'
  42. set podrand = rand(5, 100)
  43. act 'Drink a little.':
  44. cla
  45. alko += 1
  46. gs 'stat'
  47. if podrand < 9:xgt 'podezdM', 'kiosk1'
  48. if podrand >= 9:gt 'podezdM', 'grup'
  49. end
  50. act 'Drink a bottle.':
  51. cla
  52. alko += 2
  53. gs 'stat'
  54. set fat += 1
  55. set manna += 10
  56. set willpower += 10
  57. if podrand < 9:gt 'podezdM', 'kiosk1'
  58. if podrand >= 9:gt 'podezdM', 'grup'
  59. end
  60. end
  61. if $ARGS[0] = 'kiosk1':
  62. cla
  63. *clr
  64. if dayA > 15 and harakBoyA = 2:gs 'boylove', 'tits'
  65. if dayA > 20 and harakBoyA = 1:gs 'boylove', 'tits'
  66. if dayA > 25 and harakBoyA = 0:gs 'boylove', 'tits'
  67. if dayA > 20 and harakBoyA = 2:gs 'boylove', 'figure'
  68. if dayA > 25 and harakBoyA = 1:gs 'boylove', 'figure'
  69. if dayA > 30 and harakBoyA = 0:gs 'boylove', 'figure'
  70. gs 'anekdot'
  71. '<<$boyA>> drinking beer and anecdote tells you "<<$anek>>."'
  72. act 'Laugh.':
  73. cla
  74. set SUB += 1
  75. set bfa += 1
  76. gt 'podezdM', 'kiosk2'
  77. end
  78. act 'Smile.':
  79. cla
  80. gt 'podezdM', 'kiosk2'
  81. end
  82. act 'Not funny.':
  83. cla
  84. set DOM += 1
  85. set bfa -= 1
  86. gt 'podezdM', 'kiosk2'
  87. end
  88. end
  89. if $ARGS[0] = 'kiosk2':
  90. cla
  91. *clr
  92. if harakBoyA = 0:
  93. if daya < 20 and boyonceA = 0:
  94. '<<$boyA>> drank beer and offered to take you home.'
  95. act 'Go with a guy before his entrance.':gt 'sexm', 'start'
  96. exit
  97. end
  98. if daya >= 20 and boyonceA = 0:
  99. '<<$boyA>> drank beer and offered to take you home.'
  100. act 'Go with a guy before his entrance.':gt 'sexm', 'start'
  101. exit
  102. end
  103. if boyonceA = 1:
  104. '<<$boyA>> drank beer and offered to take you home.'
  105. act 'Go with a guy before his entrance.':gt 'sexm', 'start'
  106. exit
  107. end
  108. end
  109. if harakBoyA = 1:
  110. if daya < 10 and boyonceA = 0:
  111. '<<$boyA>> drank beer and offered to take you home.'
  112. act 'Go with a guy before his entrance.':gt 'sexm', 'start'
  113. exit
  114. end
  115. if daya >= 10 and boyonceA = 0:
  116. '<<$boyA>> drank beer and offered to take you home.'
  117. act 'Go with a guy before his entrance.':gt 'sexm', 'start'
  118. exit
  119. end
  120. if boyonceA = 1:
  121. '<<$boyA>> drank beer and offered to take you home.'
  122. act 'Go with a guy before his entrance.':gt 'sexm', 'start'
  123. exit
  124. end
  125. end
  126. if harakBoyA = 2 and izvrat = 0:
  127. if daya < 3 and boyonceA = 0:
  128. '<<$boyA>> drank beer and offered to take you home.'
  129. act 'Go with a guy before his entrance.':gt 'sexm', 'start'
  130. exit
  131. end
  132. if daya >= 3 and boyonceA = 0:
  133. '<<$boyA>> drank beer and offered to take you home.'
  134. act 'Go with a guy before his entrance.':gt 'sexm', 'start'
  135. exit
  136. end
  137. if boyonceA = 1:
  138. '<<$boyA>> drank beer and offered to take you home.'
  139. act 'Go with a guy before his entrance.':gt 'sexm', 'start'
  140. exit
  141. end
  142. end
  143. if harakBoyA = 2 and izvrat = 1:
  144. if daya < 3 and boyonceA = 0:
  145. '<<$boyA>> drank beer and threw the bottle told you. "<<$name>>, you´re so juicy, I want you!" with these words he came up to you and hugged the waist dug its lips in yours, his tongue entered your mouth.'
  146. act 'Break.':
  147. cla
  148. 'You escaped from the grip of his, and that he has told you, "Well, what you break, you want to do this myself."'
  149. act 'Fuck you!.':
  150. cla
  151. set DOM += 1
  152. set bfA = 0
  153. gt 'street'
  154. end
  155. act 'Kissing.':
  156. cla
  157. '<<$boyA>> kisses you and his hands down to your waist on her ass and tight squeeze.'
  158. gt 'sexm', 'startPod'
  159. end
  160. end
  161. act 'Kissing.':
  162. cla
  163. set SUB += 1
  164. '<<$boyA>> kisses you and his hands down to your waist on her ass and tight squeeze.'
  165. gt 'sexm', 'startPod'
  166. end
  167. exit
  168. end
  169. if daya >= 3 and boyonceA = 0:
  170. '<<$boyA>> drank beer and suggested we go to your house and fuck you in all the cracks.'
  171. act 'Go with a guy before his entrance.':gt 'sexm', 'start'
  172. exit
  173. end
  174. if boyonceA = 1:
  175. '<<$boyA>> drank beer and suggested we go to your house and fuck you in all the cracks.'
  176. act 'Go with a guy before his entrance.':gt 'sexm', 'start'
  177. exit
  178. end
  179. end
  180. end
  181. if $ARGS[0] = 'grup':
  182. cla
  183. *clr
  184. '<center><img src="images/etogame/podezdM1.jpg"></center>'
  185. 'In a couple of guys got locked, they came to your boyfriend and greeted him. Boys brought vodka and a snack.'
  186. act 'Refuse to drink.':
  187. cla
  188. if harakBoyA = 0:set bfa += 1
  189. if harakBoyA = 1:set bfa -= 1
  190. if harakBoyA = 2:set bfa -= 2
  191. gt 'podezdM', 'grup1'
  192. end
  193. act 'Drink a little.':
  194. cla
  195. alko += 1
  196. gs 'stat'
  197. if harakBoyA = 0:set bfa += 1
  198. if harakBoyA = 1:set bfa += 2
  199. if harakBoyA = 2:set bfa += 1
  200. gt 'podezdM', 'grup1'
  201. end
  202. act 'Thump with the guys.':
  203. cla
  204. alko += 2
  205. gs 'stat'
  206. if harakBoy = 0:set bfa -= 1
  207. if harakBoy = 1:set bfa += 1
  208. if harakBoy = 2:set bfa += 2
  209. set fat += 1
  210. set manna += 10
  211. set willpower += 10
  212. gt 'podezdM', 'grup2'
  213. end
  214. end
  215. if $ARGS[0] = 'grup1':
  216. cla
  217. *clr
  218. gs 'stat'
  219. 'You tusite in porch with the guys, they poison jokes, thumps and yuk.'
  220. '<<$boyA>> drank beer and offered to take you home.'
  221. act 'Go with a guy before his entrance.':gt 'sexm', 'start'
  222. end
  223. if $ARGS[0] = 'grup2':
  224. cla
  225. *clr
  226. gs 'stat'
  227. 'You nakiryalis hard floor and floats beneath your feet, one of the guys hug your waist, that you would not have fallen.'
  228. 'Another man cackled and began to paw you chest.'
  229. if harakBoyA = 0:
  230. '<<$boyA>> began to mumble, "You guys that can not be so!"'
  231. 'At that drunken guys just laughed and began pulling off your clothes.'
  232. act 'Resist.':gt 'sexm', 'gangrape'
  233. act 'Surrender.':gt 'sexm', 'gangbang'
  234. exit
  235. end
  236. if harakBoyA = 1:
  237. '<<$boyA>> stood up and yelled, "Hey, you ohreneli what? That´s my chick, took his hands."'
  238. 'Guys take a back seat and loosened his grip.'
  239. act 'Go with a guy before his entrance.':gt 'sexm', 'start'
  240. act 'Shut up, I´ll decide who I sleep, go here boys.':gt 'sexm', 'gangbang'
  241. exit
  242. end
  243. if harakBoyA = 2 and izvrat = 0:
  244. '<<$boyA>> stood up and silently broke a bottle over the head guy who you pawing at his chest, the guy fell to the floor and groaned. <<$boyA>> quietly and confidently said, "Who else wants some?"'
  245. 'Guys you instantly released and moved aside.'
  246. act 'Go with a guy before his entrance.':gt 'sexm', 'start'
  247. act 'Or maybe all together ..?':gt 'sexm', 'gangbang'
  248. exit
  249. end
  250. if harakBoyA = 2 and izvrat = 1:
  251. '<<$boyA>> neigh "Let this whore in a circle is empty!"'
  252. 'Drunk guys were enthusiastic about the proposal and began pulling off your clothes.'
  253. act 'Resist.':gt 'sexm', 'gangrape'
  254. act 'Surrender.':gt 'sexm', 'gangbang'
  255. exit
  256. end
  257. end
  258. --- podezdM ---------------------------------