vanr2x 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. # vanr2x
  2. CLOSE ALL
  3. act 'In the corridor':
  4. gt'korr2x'
  5. end
  6. $stirkad = {
  7. cla
  8. *clr
  9. minut = minut + dirtbelo*5
  10. suhbelo = suhbelo + dirtbelo
  11. poroshok = poroshok - 1
  12. dirtbelo = 0
  13. manna = manna - 10
  14. '<center><img src="images/etogame/stir.jpg"></center>'
  15. 'You soaked clothes in the basin and poured the powder to, then you become a wash clothes, until it finally became clear.'
  16. act 'Hang the laundry out to dry':gt'korr2x'
  17. }
  18. $metka = $ARGS[0]
  19. $loc = $CURLOC
  20. $metkaM = $ARGS[0]
  21. $locM = $CURLOC
  22. clr
  23. minut = minut + 1
  24. housrA = 1
  25. elektro = elektro + 1
  26. gs'stat'
  27. FColor = RGB(0,0,0)
  28. BColor = RGB(255,255,255)
  29. LColor = RGB(106,90,205)
  30. '<center><b><font color = maroon>Bathroom</font></b></center>'
  31. '<center><img src="images/pic/vanr2x.jpg"></center>'
  32. 'Above the sink hanging <a href="exec:GT ''mirror'',''start''">mirror</a>.'
  33. if stiralka > 0:
  34. if husband > 0 and husbanday > 0 and husporday ! day and poroshok >= 2:
  35. husband += 5
  36. poroshok = poroshok - 2
  37. husporday = day
  38. 'Washing machine washed her husband`s smelly socks and prossannye and properdannye truselya.'
  39. end
  40. if dirtbelo > 0 and poroshok >= dirtbelo:
  41. clrbelo += dirtbelo
  42. poroshok -= dirtbelo
  43. dirtbelo = 0
  44. 'Washer washed the your laundry'
  45. elseif poroshok < dirtbelo:
  46. 'You ran out of powder for the washing machine.'
  47. end
  48. end
  49. if tampon > 0:
  50. 'On a shelf is packing tampons. It will suffice for <b><<tampon>></b> time'
  51. else
  52. '<b><font color = red>You do not have tampons.</font></b>'
  53. end
  54. if stanok > 0:'On a shelf is a machine for shaving, he has enough blade out, that would shave <b><<stanok>></b> time.'
  55. if dirtbelo > 0:'The basket is <font color = red><b><<dirtbelo>></b></font> Power. dirty laundry.'
  56. if poroshok > 0:
  57. if dirtbelo = 0:$stirka = ''
  58. if dirtbelo > 0:$stirka = '<a href="exec: dynamic $stirkad ">You can do your laundry</a>'
  59. 'Under the bath is tin can for washing powder, which is enough for <b><<poroshok>></b> washings. <<$stirka>>'
  60. else
  61. '<b><font color = red>You do not have detergent, and nothing to wash clothes.</font></b>'
  62. end
  63. if clrbelo > 0:
  64. 'The cabinet is <font color = blue><b><<clrbelo>></b></font>Power. clean laundry.'
  65. else
  66. '<b><font color = red>You do not have clean underwear.</font></b>'
  67. end
  68. if shampoo > 0:
  69. 'You have enough shampoo <<shampoo>> time. You may <a href="exec: gt''vann'',''start'' ">have a wash</a>.'
  70. else
  71. 'You ran out of shampoo, so the problems with washing.'
  72. end
  73. if pirsA + pirsB + pirsC + pirsD + pirsE + pirsF + pirsN + pirsG + pirsGL > 0:'<a href="exec:dynamic $pirManage">Manage Piercings</a>'
  74. if fillimplant = 1 and siliconeBag >= 1:'<a href="exec:cls & siliconeBag -= 1 & silicone += 10 & gt $curloc">Inject silicone into breast implants.</a>'
  75. if fillimplant = 1 and silicone >= 20:'<a href="exec:cls & silicone -= 10 & gt $curloc">Drain silicone from breast implants.</a>'
  76. if vanr_hanger = 1: 'Next to the sink neatly folded your <a href="exec:dynamic $vanr_hanger_dress & GT ''vanr'' ">clothes</a>'
  77. if mosolmaz > 0:'On a shelf is a tube of ointment protivomozolnoy, which will suffice for <<mosolmaz>> applications.'
  78. if stiralka > 0:'In the bathroom is a washing machine.'
  79. dynamic $bteeth
  80. dynamic $tampon
  81. dynamic $quickwash
  82. dynamic $wearpan
  83. dynamic $basin
  84. if klisma = 1 and klismaday ! daystart:
  85. act 'Make yourself an enema 5 min':
  86. cla
  87. *clr
  88. minut = minut + 5
  89. klismaday = daystart
  90. klismaday1 = 1
  91. '<center><img src="images/picV/klisma.jpg"></center>'
  92. 'You set yourself an enema and clean the intestines, now your ass ready for anal sex.'
  93. act 'Logout':gt $curloc
  94. end
  95. end
  96. if vibrator = 1 and vibratorIN = 1:
  97. act 'Remove the vibrator 5 min':
  98. cla
  99. *clr
  100. minut = minut + 5
  101. vibratorIN = 0
  102. if vagina < 30:vagina = vagina + 1
  103. '<center><img src="images/etogame/vibrator.jpg"></center>'
  104. 'You bent down and took out a vibrator from the vagina.'
  105. act 'Logout':gt'vanr2x'
  106. end
  107. elseif vibrator = 1 and vibratorIN = 0:
  108. act 'Insert the vibrator 5 min':
  109. cla
  110. *clr
  111. minut = minut + 5
  112. vibratorIN = 1
  113. if vagina < 30:vagina = vagina + 2
  114. '<center><img src="images/etogame/vibrator.jpg"></center>'
  115. 'You bent down and inserted a phallic object currently in the pussy.'
  116. act 'Logout':gt'vanr2x'
  117. end
  118. end
  119. if analplug = 1 and analplugin = 1:
  120. act 'Remove the butt plug 5 min':
  121. cla
  122. *clr
  123. minut = minut + 5
  124. analplugIN = 0
  125. if anus < 30:anus = anus + 1
  126. '<center><img src="images/pic/analplug.jpg"></center>'
  127. if butpluguse > 0:'You bent down and removed from the habitual movement itself anal plug.'
  128. act 'Logout':gt $curloc
  129. end
  130. elseif analplug = 1 and analplugin = 0 and klismaday1 = 1 and plugday ! daystart:
  131. act 'Paste anal plug 5 min':
  132. cla
  133. *clr
  134. plugday = daystart
  135. minut = minut + 5
  136. analplugIN = 1
  137. if anus < 10:anus = anus + 5
  138. if anus >= 10 and anus < 20:anus += RAND(1,2)
  139. if anus >= 20 and anus < 30:anus += RAND(0,1)
  140. '<center><img src="images/pic/analplug.jpg"></center>'
  141. if butpluguse > 0:'You tilt and habitual movement inserted itself anal plug.'
  142. if butpluguse = 0:butpluguse = 1 & 'You tried to relax as much as possible, and the priest began to insert themselves cork, biting her lip from feeling, that your ass is about to burst you gently pushed into the thickest part of your ass and finally tube into place.'
  143. act 'Logout':gt $curloc
  144. end
  145. end
  146. if husband > 0 and husbanday > 0 and husporday ! day and poroshok >= 2:
  147. act 'Wash the clothes of her husband 1 h (2 units of washing powder)':
  148. cla
  149. *clr
  150. husband += 5
  151. poroshok = poroshok - 2
  152. minut = minut + 60
  153. husporday = day
  154. manna -= 25
  155. '<center><img src="images/etogame/stir.jpg"></center>'
  156. 'You are an hour washes her husband`s smelly socks and prossannye and properdannye truselya.'
  157. act 'Move away from the bathroom':gt'vanr2x'
  158. end
  159. end
  160. if husband > 0 and husbanday > 0 and huspolday ! day:
  161. act 'Clean the apartment 1 h':
  162. cla
  163. *clr
  164. husband += 5
  165. minut = minut + 60
  166. huspolday = day
  167. manna -= 25
  168. !'<center><img src="images/pics/cook.jpg"></center>'
  169. 'You took a rag and started to get out of the apartment.'
  170. act 'Escape':gt'vanr2x'
  171. end
  172. end
  173. if pregtest > 0:
  174. act 'Make a pregnancy test':
  175. cla
  176. pregtest -= 1
  177. gs'stat'
  178. if preg = 1:
  179. knowpreg = 1
  180. 'The test showed the two strips. Are you pregnant.'
  181. !'Father - <<$father>>.'
  182. else
  183. 'The test showed a strip.'
  184. end
  185. act 'Further':gt $curloc
  186. end
  187. end
  188. --- vanr2x ---------------------------------