299_laketoilet 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. # laketoilet
  2. set LCtoiletiventrand = RAND(1,100)
  3. if $ARGS[0] = 'main':
  4. cla
  5. *clr
  6. if hour < 4 and LCtoiletiventrand >= 83 and LCtoiletivent = 0:
  7. '<center><img src="images\LakeCafe\ToiletSexStart.jpg"></center>'
  8. 'You went to the bathroom and saw a man in the corner drochaschego. It seems he did not see you.'
  9. act 'Be company':
  10. set LCtoiletivent = 1
  11. gt 'LCporn','toiletsex'
  12. end
  13. act 'Off the toilet': gt 'lakecafe','main'
  14. else
  15. '<center><img src="images\LakeCafe\Toilet.jpg"></center>'
  16. 'Dirty and smelly toilet that seems to have never been cleaned'
  17. clr
  18. gs 'stat'
  19. if tanga = 1:
  20. act 'Remove Underwear':
  21. cla
  22. set tanga = 0
  23. gt 'laketoilet','main'
  24. end
  25. end
  26. act 'Look in the mirror':
  27. cla
  28. gs 'portmirror'
  29. set $goto1 = 'laketoilet'
  30. set $goto2 = 'main'
  31. dynamic $portmirror
  32. act 'Move away from the mirror':
  33. cla
  34. gt 'laketoilet','main'
  35. end
  36. end
  37. if cumpussy > 0 or cumbelly > 0 or cumass > 0 or cumanus > 0:
  38. act 'Wash up (0:15)':
  39. cla
  40. *clr
  41. set cumpussy = 0
  42. set cumbelly = 0
  43. set cumass = 0
  44. set cumanus =0
  45. set cumlip = 0
  46. set cumface = 0
  47. set sweat -= 1
  48. set minut += 15
  49. '<center><img src="images\pics\wash5.jpg"></center>'
  50. 'You carefully washed sperm with yourself.'
  51. act 'Exit': gt 'laketoilet','main'
  52. end
  53. end
  54. if cumlip > 0 or cumface > 0:
  55. act 'Wash cum off face (0:15)':
  56. cla
  57. *clr
  58. set cumlip = 0
  59. set cumface = 0
  60. set sweat -= 1
  61. set minut += 15
  62. '<center><img src="images\etogame\facesp.jpg"></center>'
  63. 'You carefully washed sperm from her face.'
  64. act 'Exit': gt 'laketoilet','main'
  65. end
  66. end
  67. if cumfrot > 0:
  68. act 'Wipe the cum from clothing (0:15)':
  69. cla
  70. *clr
  71. set cumfrot = 0
  72. set sweat -= 1
  73. set minut += 15
  74. !'<center><img src="images\etogame\facesp.jpg"></center>'
  75. 'You erase traces of semen from the clothes.'
  76. act 'Exit': gt 'laketoilet','main'
  77. end
  78. end
  79. if tampon > 0 and mesec > 0 and isprok = 0:
  80. act 'Change a tampon':
  81. cla
  82. *clr
  83. set tampon -= 1
  84. set isprok = 1
  85. set minut += 5
  86. set manna -= 5
  87. '<center><img src="images\pics\wash3.jpg"></center>'
  88. 'You change a tampon.'
  89. act 'Finish': gt 'laketoilet','main'
  90. end
  91. end
  92. act 'Off the toilet': gt 'lakecafe','main'
  93. end
  94. end
  95. --- laketoilet ---------------------------------