1
0

balkon2 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  1. # balkon2
  2. if $ARGS[0] = 'kurit':
  3. cla
  4. clr
  5. *clr
  6. minut += 10
  7. vikureno += 1
  8. sigaret -= 1
  9. son += 1
  10. gs 'stat'
  11. '<center><img src="images/etogame/kurit.jpg"></center>'
  12. 'You lit a cigarette...'
  13. act 'Throw a cigarette over the railing...':gt 'balkon', 'start'
  14. end
  15. if $ARGS[0] = 'demo1':
  16. cla
  17. clr
  18. *clr
  19. horny += rand(30, 50)
  20. minut += 5
  21. sosedBalDay = day
  22. if exhibi = 2:exhibi = 3
  23. gs 'stat'
  24. '<center><font size="5" color="maroon"><b>Balcony</b></font></center>'
  25. if tanga = 1:'<center><img src="images/community/balcony_underwear3.jpg"></center>'
  26. if tanga = 0:'<center><img src="images/community/balcony_naked3.jpg"></center>'
  27. '<center>You defiantly posing on the balcony, to the delight of the neighbor. He eagerly looking at you furiously masturbate. 5 minutes later he came and went to his apartment.</center>'
  28. act 'Further':gt 'balkon', 'start'
  29. end
  30. if $ARGS[0] = 'palec1':
  31. cla
  32. clr
  33. *clr
  34. horny += rand(10, 30)
  35. minut += 1
  36. sosedBalDay = day
  37. gs 'stat'
  38. if tanga = 1:'<center><img src="images/community/fuckyou_underwear.jpg"></center>'
  39. if tanga = 0:'<center><img src="images/community/fuckyou_naked.jpg"></center>'
  40. '<center>You showed neighbor thumb and he was gone from the balcony.</center>'
  41. act 'Further':gt 'balkon', 'start'
  42. end
  43. if $ARGS[0] = 'niz':
  44. cla
  45. clr
  46. *clr
  47. gs 'stat'
  48. if alcohol < 12:
  49. if $clothingworntype = 'nude':
  50. '<center><img src="images/community/balcony_naked2.jpg"></center>'
  51. elseif tanga = 1:
  52. '<center><img src="images/community/balcony_underwear2.jpg"></center>'
  53. else
  54. '<center><img src="images/community/balcony_dressed2.jpg"></center>'
  55. end
  56. act 'Enjoy the view':
  57. if hour >= 8 and hour <= 19:
  58. '<center><img src="images/etogame/bal1.jpg"></center>'
  59. else
  60. '<center><img src="images/etogame/bal2.jpg"></center>'
  61. end
  62. 'You look at the panorama from your private balcony.'
  63. act 'Further':gt 'balkon', 'start'
  64. end
  65. else
  66. 'You had no idea your apartment was so high. You don''t feel comfortable there ...'
  67. act 'Further':gt 'balkon', 'start'
  68. end
  69. end
  70. if $ARGS[0] = 'sosed':
  71. cla
  72. clr
  73. *clr
  74. gs 'stat'
  75. '<center><b><font color="maroon">Balcony</font></b></center>'
  76. '<center><img src="images/etogame/sosed.jpg"></center>'
  77. '<center>Neighbor on the left on the balcony, looking at you carefully.</center>'
  78. act 'Demonstrate your body':gt 'balkon2', 'demo1'
  79. act 'Show pervert thumb':gt 'balkon2', 'palec1'
  80. end
  81. !!!Probably CV edition
  82. if $ARGS[0] = 'masopt':
  83. cla
  84. *clr
  85. clr
  86. gs 'stat'
  87. minut += 15
  88. mastr += 1
  89. manna += 15
  90. willpower += 15
  91. horny = 0
  92. orgasm += 1
  93. '<center><img src="images/community/balcony_dildo.jpg"></center>'
  94. if dildo = 1:
  95. act 'Masturbate your pussy with your dildo':
  96. cla
  97. *clr
  98. vagina += rand(0, 2)
  99. badildo = rand(1, 2)
  100. if badildo = 1:'<center><img src="images/community/balcony_dildo1.jpg"></center>'
  101. if badildo = 2:'<center><img src="images/community/balcony_dildo2.jpg"></center>'
  102. 'After pleasuring yourself intensily with the dildo you reach the orgasm and feel more calm.'
  103. act 'Finish':gt 'balkon', 'start'
  104. end
  105. act 'Masturbate and use your dildo with your ass':
  106. cla
  107. *clr
  108. minut += 10
  109. analorgasm += 1
  110. anal += 1
  111. anus += rand(0, 2)
  112. '<center><img src="images/community/balcony_anal1.gif"></center>'
  113. 'I feel that my whole ass is burning'
  114. act 'Continue':
  115. cla
  116. *clr
  117. '<center><img src="images/community/balcony_anal2.gif"></center>'
  118. 'An immense pleasure overtake you. Your body shivers like in the cold.'
  119. act 'Go back':gt 'balkon', 'start'
  120. end
  121. end
  122. end
  123. act 'Masturbate':
  124. cla
  125. *clr
  126. vagina += rand(0, 1)
  127. gt 'balkon2', 'finger'
  128. end
  129. end
  130. if $ARGS[0] = 'finger':
  131. cla
  132. *clr
  133. clr
  134. '<center><img src="images/community/balcony_mas1-1.jpg"></center>'
  135. 'You lick your fingers preparing them for your pussy.'
  136. act 'Insert finger':
  137. cla
  138. *clr
  139. '<center><img src="images/community/balcony_mas1-2.jpg"></center>'
  140. 'Slowly put my finger into my pussy.'
  141. act 'Next':
  142. cla
  143. *clr
  144. '<center><img src="images/community/balcony_mas1-3.jpg"></center>'
  145. 'I feel like in heaven. Slowly my pussy gets wet.'
  146. act 'Stand':
  147. cla
  148. *clr
  149. '<center><img src="images/community/balcony_mas1-4.jpg"></center>'
  150. if exhibi >= 0:
  151. if exhibi = 1:exhibi = 2
  152. 'You look around to see if you have an audience.'
  153. visit = rand(0, 0)
  154. if visit = 0:
  155. vagina += 1
  156. 'You can''t see anyone.'
  157. act 'Insert fingers':gt 'balkon2', 'finger_solo'
  158. else
  159. 'I notice that someone seems to be enjoying the show as much as I am.'
  160. !!act 'Invite':gt 'balkon2', 'beatafriend'
  161. act 'Ignore and continue to play':gt 'balkon2', 'finger_solo'
  162. end
  163. else
  164. 'Overtaken by the thrill of the risk of being caught in so a compromising act and the exciment of your skilled fingers you enjoy a great orgasm.'
  165. 'Still a bit dizzy, you try to gather your clothes.'
  166. act 'Dress up':gt 'balkon', 'start'
  167. end
  168. end
  169. end
  170. end
  171. end
  172. if $ARGS[0] = 'finger_solo':
  173. cla
  174. *clr
  175. clr
  176. '<center><img src="images/community/balcony_mas1-5.jpg"></center>'
  177. 'The feeling is now so intense that you ignore everything surrounding you.'
  178. act 'Next':
  179. cla
  180. *clr
  181. '<center><img src="images/community/balcony_mas1-6.jpg"></center>'
  182. 'Your pussy is so wet that it is leaking liquids and you cant think in nothing else than ... Faster!Faster!'
  183. act 'Faster':
  184. cla
  185. *clr
  186. '<center><img src="images/community/balcony_mas1-7.jpg"></center>'
  187. 'Ohh ahh...'
  188. act 'Faster':
  189. cla
  190. *clr
  191. '<center><img src="images/community/balcony_mas1-8.jpg"></center>'
  192. 'Ohh ahh...'
  193. act 'Do it':
  194. cla
  195. *clr
  196. '<center><img src="images/community/balcony_mas1-9.jpg"></center>'
  197. 'You can''t hold any longer!'
  198. act 'Orgasm':
  199. cla
  200. *clr
  201. '<center><img src="images/community/balcony_orgasm.jpg"></center>'
  202. 'You are shivering after such an intense pleasure. You can see some of your neighbours even aplauding your performance.'
  203. 'A bit surprised with the audience you try to gather your clothes.'
  204. act 'Dress Up':
  205. cla
  206. *clr
  207. '<center><img src="images/community/balcony_mas1-10.jpg"></center>'
  208. act 'Leave':gt 'balkon', 'start'
  209. end
  210. end
  211. end
  212. end
  213. end
  214. end
  215. end
  216. !!!
  217. --- balkon2 ---------------------------------