albdin 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. # albdin
  2. temp = rand(0, 3)
  3. if temp = 0:
  4. 'Albina offers to play a video game.'
  5. act 'Play':
  6. cls
  7. minut += 60
  8. manna += 100
  9. willpower += 20
  10. react += rand(0, 1)
  11. gs 'stat'
  12. '<center><img src="images/qwest/alter/albina/game.jpg"></center>'
  13. 'You and Albina laid before a huge TV which was connected set-top box.'
  14. 'Albina turned on the game and you started to play with her.'
  15. if albsexday = daystart:
  16. act 'Rest':gt $curloc
  17. else
  18. 'Albina winking at you "<<$name>>, 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"'
  19. act 'Refuse':gt $curloc
  20. act 'Bring it on':
  21. cls
  22. albsexday = daystart
  23. gs 'stat'
  24. '<center><img src="images/qwest/alter/albina/game.jpg"></center>'
  25. temp = rand(1, 100)
  26. if react >= 75 and temp >= 40:
  27. albplay = 1
  28. elseif react >= 50 and temp >= 50:
  29. albplay = 1
  30. elseif react >= 25 and temp >= 75:
  31. albplay = 1
  32. else
  33. albplay = 0
  34. end
  35. if albplay = 0:
  36. 'Albina easily beat you and laughing as the villain of the vaudeville slapped you on the ass palm "Arise cancer <<$name>>! Be my bitch."'
  37. if rand(0, 1) = 0:
  38. act 'Get on all fours':
  39. cls
  40. albsexday = daystart
  41. minut += 15
  42. $boy = 'Albina'
  43. if vagina < 10:dick = 10
  44. if vagina >= 10:dick = vagina + 5
  45. if npcSex[23] = 0:npcSex[23] = 1 & girl += 1
  46. lesbian += 1
  47. straponVagPass += 1
  48. gs 'stat'
  49. '<center><img src="images/qwest/alter/albina/strapon.jpg"></center>'
  50. '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.'
  51. gs 'dinsex2', 'd_strapon_vag'
  52. act 'Rest':gt $curloc
  53. end
  54. else
  55. act 'Get on all fours':
  56. cls
  57. albsexday = daystart
  58. minut += 15
  59. $boy = 'Albina'
  60. if anus < 10:dick = 10
  61. if anus >= 10:dick = anus+2
  62. if npcSex[23] = 0:npcSex[23] = 1 & girl += 1
  63. lesbian += 1
  64. straponAnalPass += 1
  65. gs 'stat'
  66. '<center><img src="images/qwest/alter/albina/analstrapon.jpg"></center>'
  67. '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.'
  68. gs 'dinsex2', 'd_strapon_anal'
  69. act 'Rest':gt $curloc
  70. end
  71. end
  72. else
  73. 'Albina purged you, and silently slipped into the hands of you strap. "On, Bey do not regret Chapaya."'
  74. act 'Put Albina on all fours and fuck her pussy':
  75. cls
  76. albsexday = daystart
  77. minut += 15
  78. if npcSex[23] = 0:npcSex[23] = 1 & girl += 1
  79. lesbian += 1
  80. straponVagAkt += 1
  81. gs 'stat'
  82. '<center><img src="images/qwest/alter/albina/straponakt.jpg"></center>'
  83. 'You started to peck Albina threesome pussy and she moaned and spit on his back strapon, Finally you''re just tired and stopped.'
  84. act 'Rest':gt $curloc
  85. end
  86. act 'Put Albina on all fours and fuck her ass':
  87. cls
  88. albsexday = daystart
  89. minut += 15
  90. if npcSex[23] = 0:npcSex[23] = 1 & girl += 1
  91. lesbian += 1
  92. straponVagAkt += 1
  93. gs 'stat'
  94. '<center><img src="images/qwest/alter/albina/straponaktanal.jpg"></center>'
  95. '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.'
  96. act 'Rest':gt $curloc
  97. end
  98. end
  99. end
  100. end
  101. end
  102. elseif temp = 1:
  103. 'Albina offers with her fun trying on dresses.'
  104. act 'Trying on clothes':
  105. cls
  106. minut += 60
  107. manna += 100
  108. willpower += 20
  109. gs 'stat'
  110. '<center><img src="images/qwest/alter/albina/dressing.jpg"></center>'
  111. 'You and Albina opened her huge wardrobe and began to dig into the fun rags. She was just a bottomless closet packed with a wide range of clothing and you have an hour together trying on different outfits with Albina.'
  112. if albsexday ! daystart:
  113. act 'Rest':gt $curloc
  114. elseif albsexday = daystart:
  115. act 'Rest':gt $curloc
  116. end
  117. end
  118. elseif temp = 2:
  119. 'Albina offers chat.'
  120. act 'Chat':
  121. cls
  122. minut += 60
  123. manna += 100
  124. willpower += 20
  125. gs 'stat'
  126. '<center><img src="images/qwest/alter/albina/drunk.jpg"></center>'
  127. ''
  128. if albsexday ! daystart:
  129. act 'Rest':gt $curloc
  130. elseif albsexday = daystart:
  131. act 'Rest':gt $curloc
  132. end
  133. end
  134. elseif temp = 3:
  135. 'Albina offers a glass of wine.'
  136. act 'Drink wine':
  137. cls
  138. minut += 60
  139. manna += 100
  140. willpower += 20
  141. alko += 4
  142. gs 'stat'
  143. '<center><img src="images/qwest/alter/albina/drunk.jpg"></center>'
  144. ''
  145. if albsexday ! daystart:
  146. act 'Rest':gt $curloc
  147. elseif albsexday = daystart:
  148. act 'Rest':gt $curloc
  149. end
  150. end
  151. end
  152. --- albdin ---------------------------------