1
0

yvan 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. # yvan
  2. $metkaM = $ARGS[0]
  3. $locM = $CURLOC
  4. $metka = $ARGS[0]
  5. $loc = $CURLOC
  6. '<center><b><font color="maroon">House</font></b></center>'
  7. '<center>Bathroom</center>'
  8. if ymanrem[5] = 0:'<center><img src="images/etogame/ynill.jpg"></center>'
  9. if ymanrem[5] = 1:'<center><img src="images/etogame/yrem.jpg"></center>'
  10. if ymanrem[5] = 2:'<center><img src="images/etogame/yvan.jpg"></center>'
  11. if ymanrem[5] = 2:'On the wall hangs a <a href="exec:gt ''mirror'', ''start''">mirror</a>'
  12. clr
  13. gs 'stat'
  14. if tampon > 0:
  15. 'On a shelf are tampons in a pack. You have <b><<tampon>></b> left'
  16. else
  17. '<b><font color="red">You have no tampons left.</font></b>'
  18. end
  19. if stanok > 0:'On a shelf you have razor blades, you can use them <b><<stanok>></b> times.'
  20. if dirtbelo > 0:'In the cart is <font color="red"><b><<dirtbelo>></b></font> pieces of dirty laundry.'
  21. if poroshok > 0:
  22. 'Under the bath is some washing powder, which is enough for <b><<poroshok>></b> washes.'
  23. else
  24. '<b><font color="red">You do not have any detergent to wash your clothes.</font></b>'
  25. end
  26. if clrbelo > 0:
  27. 'In the locker there are <font color="blue"><b><<clrbelo>></b></font> clean underwear.'
  28. else
  29. '<b><font color="red">You can not wash yourself, because you do not have clean underwear.</font></b>'
  30. end
  31. '<a href="exec:gt ''vann'', ''start''">Start washing yourself</a>'
  32. if husband > 0 and husbanday > 0 and husporday ! day and poroshok >= 2:
  33. husband += 5
  34. set poroshok -= 2
  35. husporday = day
  36. 'Washing machine washed your husbands smelly socks and his clothes.'
  37. end
  38. if dirtbelo > 0 and poroshok >= dirtbelo:
  39. clrbelo += dirtbelo
  40. poroshok -= dirtbelo
  41. dirtbelo = 0
  42. 'Washing machine washed your laundry'
  43. elseif poroshok < dirtbelo:
  44. 'You ran out of powder for washing machine.'
  45. end
  46. act 'Leave the room':minut += 1 & gt 'ymans'
  47. if tanga = 0:
  48. act 'Wear underwear':
  49. cla
  50. set tanga = 1
  51. gt $curloc
  52. end
  53. end
  54. if tanga = 1:
  55. act 'Take off underwear':
  56. cla
  57. set tanga = 0
  58. gt $curloc
  59. end
  60. end
  61. if tampon > 0 and mesec > 0 and isprok = 0:
  62. act 'Use a tampon (0:05)':
  63. cla
  64. *clr
  65. set tampon -= 1
  66. set isprok = 1
  67. set minut += 5
  68. set manna -= 5
  69. '<center><img src="images/pics/wash3.jpg"></center>'
  70. 'You use a tampon.'
  71. act 'Finish':gt $curloc
  72. end
  73. end
  74. !!0.2.6 extension: reworked how quick wash and face wash was supposed to work, it is now uniform in all toilet/bathroom locations
  75. !!Washing off cosmetics also removes cum from face
  76. !!clrbelo: Amount of clean panties availableniform in all toilet/bathroom locations
  77. if (cumpussy > 0 or cumbelly > 0 or cumass > 0 or cumanus > 0) and clrbelo > 0:
  78. act 'Quick wash (0:15)':
  79. cla
  80. *clr
  81. dynamic $showerdin
  82. set sweat -= 1
  83. set minut += 15
  84. set clrbelo -= 1
  85. set dirtbelo += 1
  86. '<center><img src="images/pics/wash5.jpg"></center>'
  87. 'You gave yourself a catlick, thus removing any traces of cum.'
  88. act 'Finish':gt $curloc
  89. end
  90. end
  91. if cumlip > 0 or cumface > 0:
  92. act 'Clean your face from sperm (0:05)':
  93. cla
  94. *clr
  95. set cumlip = 0
  96. set cumface = 0
  97. set sweat -= 1
  98. set minut += 5
  99. '<center><img src="images/etogame/facesp.jpg"></center>'
  100. 'You clean your face and got rid of any trace of cum.'
  101. act 'Finish':gt $curloc
  102. end
  103. end
  104. if mop ! 1:
  105. act 'Wash off cosmetics (0:15)':
  106. cla
  107. set mop = 1
  108. set cumface = 0
  109. set minut += 15
  110. 'You washed off your makeup.'
  111. act 'Finish':gt $curloc
  112. end
  113. end
  114. !!
  115. if klisma = 1 and klismaday ! day:
  116. act 'Give yourself an enema (0:05)':
  117. cla
  118. *clr
  119. set minut += 5
  120. set klismaday = day
  121. set klismaday1= 1
  122. '<center><img src="images/picV/klisma.jpg"></center>'
  123. 'You put yourself an enema and clean intestines, now your ass is ready for anal sex.'
  124. act 'Finish':gt $curloc
  125. end
  126. end
  127. if vibrator = 1 and vibratorIN = 0:
  128. act 'Insert the vibrator in your vagina (0:05)':
  129. cla
  130. *clr
  131. set minut += 5
  132. set vibratorIN = 1
  133. if vagina < 30:set vagina += 2
  134. '<center><img src="images/etogame/vibrator.jpg"></center>'
  135. 'You bend over the sink and inserted the vibrator in your pussy.'
  136. act 'Finish':gt $curloc
  137. end
  138. end
  139. if vibrator = 1 and vibratorIN = 1:
  140. act 'Remove the vibrator (0:05)':
  141. cla
  142. *clr
  143. set minut += 5
  144. set vibratorIN = 0
  145. if vagina < 30:set vagina += 1
  146. '<center><img src="images/etogame/vibrator.jpg"></center>'
  147. 'You bend over the sink and take the vibrator out of your pussy.'
  148. act 'Finish':gt $curloc
  149. end
  150. end
  151. if analplug = 1 and analplugin = 0 and klismaday1 = 1:
  152. act 'Insert a butt plug (0:05)':
  153. cla
  154. *clr
  155. set minut += 5
  156. set analplugIN = 1
  157. if anus < 30:set anus += 5
  158. '<center><img src="images/etogame/analplug.jpg"></center>'
  159. if butpluguse > 0:'You bent over and inserted the butt plug.'
  160. if butpluguse = 0:set butpluguse = 1 & '"If I don''t use it then why did I buy it!" you thought. You decided to take a closer look while thinking, "It is necessary to start developing my ass so I could have great adventures someday, you could even say a huge and thick adventures with crimson heads, uh, now I got carried away." You scratched your head. Then you directed it in your ass, it was a bit painful at first, but as soon as the widest part was plunged into the murky depths of your anus it became easier to push it all the way.'
  161. act 'Finish':gt $curloc
  162. end
  163. end
  164. if analplug = 1 and analplugin = 1:
  165. act 'Remove the butt plug (0:05)':
  166. cla
  167. *clr
  168. set minut += 5
  169. set analplugIN = 0
  170. if anus < 30:set anus += 1
  171. '<center><img src="images/etogame/analplug.jpg"></center>'
  172. 'You bent over and took out the butt plug.' !!0.2.6: Removed unneccessary var check
  173. act 'Finish':gt $curloc
  174. end
  175. end
  176. --- yvan ---------------------------------