yvan 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. # yvan
  2. CLOSE ALL
  3. $metka = $ARGS[0]
  4. $loc = $CURLOC
  5. $metkaM = $ARGS[0]
  6. $locM = $CURLOC
  7. clr
  8. gs 'stat'
  9. '<center><b><font color="maroon">House</font></b></center>'
  10. '<center>Bathroom</center>'
  11. if ymanrem[5] = 0:'<center><img src="images/etogame/ynill.jpg"></center>'
  12. if ymanrem[5] = 1:'<center><img src="images/etogame/yrem.jpg"></center>'
  13. if ymanrem[5] = 2:'<center><img src="images/etogame/yvan.jpg"></center>'
  14. if ymanrem[5] = 2:'On the wall hangs a <a href="exec:gt ''mirror'', ''start''">mirror</a>. You can <a href="exec: gt''vann'',''start''">wash yourself</a>.'
  15. if tampon > 0:
  16. 'On a shelf are tampons in a pack. You have <b><<tampon>></b> left'
  17. else
  18. '<b><font color="red">You have no tampons left.</font></b>'
  19. end
  20. if stanok > 0:'On a shelf you have razor blades, you can use them <b><<stanok>></b> times.'
  21. if dirtbelo > 0:'In the cart is <font color="red"><b><<dirtbelo>></b></font> pieces of dirty laundry.'
  22. if poroshok > 0:
  23. 'Under the bath is some washing powder, which is enough for <b><<poroshok>></b> washes.'
  24. else
  25. '<b><font color="red">You do not have any detergent to wash your clothes.</font></b>'
  26. end
  27. if clrbelo > 0:
  28. 'In the locker there are <font color="blue"><b><<clrbelo>></b></font> clean underwear.'
  29. else
  30. '<b><font color="red">You do not have any clean underwear.</font></b>'
  31. end
  32. if husband > 0 and husbanday > 0 and husporday ! daystart and poroshok >= 2:
  33. husband += 5
  34. poroshok -= 2
  35. husporday = daystart
  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. dynamic $bteeth
  48. dynamic $tampon
  49. dynamic $quickwash
  50. dynamic $wearpan
  51. dynamic $basin
  52. if klisma = 1 and klismaday ! daystart:
  53. act 'Give yourself an enema (0:05)':
  54. cla
  55. *clr
  56. cumspclnt = 7
  57. gs 'cum_cleanup'
  58. minut += 5
  59. klismaday = daystart
  60. klismaday1= 1
  61. '<center><img src="images/picV/klisma.jpg"></center>'
  62. 'You gave yourself an enema and cleaned your intestines, now your ass is ready for anal sex.'
  63. act 'Finish':gt $curloc
  64. end
  65. end
  66. if vibrator = 1 and vibratorIN = 0:
  67. act 'Insert the vibrator in your vagina (0:05)':
  68. cla
  69. *clr
  70. minut += 5
  71. vibratorIN = 1
  72. if vagina < 30:vagina += 2
  73. '<center><img src="images/etogame/vibrator.jpg"></center>'
  74. 'You bent over the sink and inserted the vibrator in your pussy.'
  75. act 'Finish':gt $curloc
  76. end
  77. elseif vibrator = 1 and vibratorIN = 1:
  78. act 'Remove the vibrator (0:05)':
  79. cla
  80. *clr
  81. minut += 5
  82. vibratorIN = 0
  83. if vagina < 30:vagina += 1
  84. '<center><img src="images/etogame/vibrator.jpg"></center>'
  85. 'You bent over the sink and took the vibrator out of your pussy.'
  86. act 'Finish':gt $curloc
  87. end
  88. end
  89. if analplug = 1 and analplugin = 0:
  90. act 'Insert a butt plug (0:05)':
  91. cla
  92. *clr
  93. minut += 5
  94. analplugIN = 1
  95. if anus < 30:anus += 5
  96. '<center><img src="images/body/analplug.jpg"></center>'
  97. if butpluguse > 0:'You bent over and inserted the butt plug.'
  98. if butpluguse = 0: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 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.'
  99. act 'Finish':gt $curloc
  100. end
  101. elseif analplug = 1 and analplugin = 1:
  102. act 'Remove the butt plug (0:05)':
  103. cla
  104. *clr
  105. minut += 5
  106. analplugIN = 0
  107. if anus < 30:anus += 1
  108. '<center><img src="images/body/analplug.jpg"></center>'
  109. 'You bent over and took out the butt plug.' & !!0.2.6: Removed unneccessary var check
  110. act 'Finish':gt $curloc
  111. end
  112. end
  113. --- yvan ---------------------------------