podezdM 7.4 KB

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