albdin 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  1. # albdin
  2. $d_albina_home_start = {
  3. tipalbevrand = rand(0, 3)
  4. if tipalbevrand = 0:
  5. 'Albina offers to play a video game.'
  6. dynamic $d_albina_home_game
  7. end
  8. if tipalbevrand = 1:
  9. 'Albina offers with her fun trying on dresses.'
  10. dynamic $d_albina_home_dressing
  11. end
  12. if tipalbevrand = 2:
  13. 'Albina offers chat.'
  14. dynamic $d_albina_home_chat
  15. end
  16. if tipalbevrand = 3:
  17. 'Albina offers a glass of wine.'
  18. dynamic $d_albina_home_vine
  19. end
  20. if tipalbevrand = 4:
  21. 'Albina offers .'
  22. dynamic $d_albina_home_dressing
  23. end
  24. if tipalbevrand = 5:
  25. 'Albina offers .'
  26. dynamic $d_albina_home_dressing
  27. end
  28. }
  29. $d_albina_home_game = {
  30. act 'play':
  31. cls
  32. minut += 60
  33. manna += 100
  34. willpower += 20
  35. react += rand(0, 1)
  36. gs 'stat'
  37. '<center><img src="images/qwest/alter/albina/game.jpg"></center>'
  38. 'You and Albina laid before a huge TV which was connected set-top box.'
  39. 'Albina has included the game and you started to play with her.'
  40. if albsexday!daystart:
  41. 'Albina winking at you "Svetsik, and let`s play on the desire, if I win, I`ll do something with you, and if you win, you can do with me anything"'
  42. act 'Oh':gt $curloc
  43. act 'Bring_It_On':
  44. cls
  45. albsexday = daystart
  46. if react < 25:albplay = 0
  47. if react >= 25 and react < 50:
  48. tipalbrand = rand(1, 100)
  49. if tipalbrand < 75:albplay = 0
  50. if tipalbrand >= 75:albplay = 1
  51. end
  52. if react >= 50 and react < 75:
  53. tipalbrand = rand(1, 100)
  54. if tipalbrand < 50:albplay = 0
  55. if tipalbrand >= 50:albplay = 1
  56. end
  57. if react >= 75:
  58. tipalbrand = rand(1, 100)
  59. if tipalbrand < 40:albplay = 0
  60. if tipalbrand >= 40:albplay = 1
  61. end
  62. gs 'stat'
  63. '<center><img src="images/qwest/alter/albina/game.jpg"></center>'
  64. if albplay = 0:
  65. 'Albina easily beat you and laughing as the villain of the vaudeville slapped you on the ass palm "Arise cancer Svetsik! Be my bitch."'
  66. tipdesrand = rand(0, 1)
  67. if tipdesrand = 0:dynamic $d_albina_vag_strapon
  68. if tipdesrand = 1:dynamic $d_albina_anal_strapon
  69. else
  70. 'Albina purged you . "to, Bey do not regret Chapaya."'
  71. dynamic $d_albina_akt_vag
  72. dynamic $d_albina_akt_anal
  73. end
  74. end
  75. end
  76. if albsexday = daystart:
  77. act 'rest':gt $curloc
  78. end
  79. end
  80. }
  81. $d_albina_home_dressing = {
  82. act 'try on outfits':
  83. cls
  84. minut += 60
  85. manna += 100
  86. willpower += 20
  87. gs 'stat'
  88. '<center><img src="images/qwest/alter/albina/dressing.jpg"></center>'
  89. 'You and Albina opened her huge closet and start the fun kopatsya in rags. She was just a bottomless closet full of clothes and a wide range of you for an hour trying on with different outfits Albina.'
  90. if albsexday!daystart:
  91. act 'rest':gt $curloc
  92. end
  93. if albsexday = daystart:
  94. act 'rest':gt $curloc
  95. end
  96. end
  97. }
  98. $d_albina_home_chat = {
  99. act 'chat':
  100. cls
  101. minut += 60
  102. manna += 100
  103. willpower += 20
  104. gs 'stat'
  105. '<center><img src="images/qwest/alter/albina/drunk.jpg"></center>'
  106. ''
  107. if albsexday!daystart:
  108. act 'rest':gt $curloc
  109. end
  110. if albsexday = daystart:
  111. act 'rest':gt $curloc
  112. end
  113. end
  114. }
  115. $d_albina_home_vine = {
  116. act 'wine':
  117. cls
  118. minut += 60
  119. manna += 100
  120. willpower += 20
  121. alko += 4
  122. gs 'stat'
  123. '<center><img src="images/qwest/alter/albina/drunk.jpg"></center>'
  124. ''
  125. if albsexday!daystart:
  126. act 'rest':gt $curloc
  127. end
  128. if albsexday = daystart:
  129. act 'rest':gt $curloc
  130. end
  131. end
  132. }
  133. $d_albina_vag_strapon = {
  134. act 'get cancer':
  135. cls
  136. albsexday = daystart
  137. minut += 15
  138. $boy = 'Albina'
  139. if vagina < 10:dick = 10
  140. if vagina >= 10:dick = vagina+5
  141. if npcSex[23] = 0:npcSex[23] = 1 & girl += 1
  142. lesbian += 1
  143. straponVagPass += 1
  144. gs 'stat'
  145. '<center><img src="images/qwest/alter/albina/strapon.jpg"></center>'
  146. 'Albina took <<dick>> inch strap-on harness and attach it to yourself. Her hands stroked gently between your legs and you feel as her fingers began to caress your pussy.'
  147. dynamic $d_strapon_vag
  148. act 'rest':gt $curloc
  149. end
  150. }
  151. $d_albina_anal_strapon = {
  152. act 'get cancer':
  153. cls
  154. albsexday = daystart
  155. minut += 15
  156. $boy = 'Albina'
  157. if anus < 10:dick = 10
  158. if anus >= 10:dick = anus+2
  159. if npcSex[23] = 0:npcSex[23] = 1 & girl += 1
  160. lesbian += 1
  161. straponAnalPass += 1
  162. gs 'stat'
  163. '<center><img src="images/qwest/alter/albina/analstrapon.jpg"></center>'
  164. 'Albina took <<dick>> inch strap-on harness and attach it to yourself. Her hands stroked gently between your legs and you feel as her fingers began to caress your anus.'
  165. dynamic $d_strapon_anal
  166. act 'rest':gt $curloc
  167. end
  168. }
  169. $d_albina_akt_vag = {
  170. act 'Put Albina cancer and fuck pussy threesome':
  171. cls
  172. albsexday = daystart
  173. minut += 15
  174. if npcSex[23] = 0:npcSex[23] = 1 & girl += 1
  175. lesbian += 1
  176. straponVagAkt += 1
  177. gs 'stat'
  178. '<center><img src="images/qwest/alter/albina/straponakt.jpg"></center>'
  179. 'You started to peck Albina threesome pussy and she moaned and spit on his back strapon, Finally you`re just tired and stopped.'
  180. act 'rest':gt $curloc
  181. end
  182. }
  183. $d_albina_akt_anal = {
  184. act 'Put Albina cancer and fuck ass threesome':
  185. cls
  186. albsexday = daystart
  187. minut += 15
  188. if npcSex[23] = 0:npcSex[23] = 1 & girl += 1
  189. lesbian += 1
  190. straponVagAkt += 1
  191. gs 'stat'
  192. '<center><img src="images/qwest/alter/albina/straponaktanal.jpg"></center>'
  193. 'You started to peck Albina threesome in the ass and she moaned and spit on his back strapon, Finally you`re just tired and stopped.'
  194. act 'rest':gt $curloc
  195. end
  196. }
  197. --- albdin ---------------------------------