laketoilet 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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 $gt1 = 'laketoilet'
  30. set $gt2 = 'main'
  31. dynamic $portmirror
  32. act 'Move away from the mirror':
  33. cla
  34. gt 'laketoilet', 'main'
  35. end
  36. end
  37. !!0.2.6 extension: reworked how quick wash and face wash was supposed to work, it is now uniform in all toilet/bathroom locations
  38. !!Removed sweat =- 1 when cum is wiped off clothes
  39. !!clrbelo: Amount of clean panties available
  40. if (cumpussy > 0 or cumbelly > 0 or cumass > 0 or cumanus > 0) and clrbelo > 0:
  41. act 'Quick wash (0:15)':
  42. cla
  43. *clr
  44. dynamic $showerdin
  45. set sweat -= 1
  46. set minut += 15
  47. set clrbelo -= 1
  48. set dirtbelo += 1
  49. '<center><img src="images/pics/wash5.jpg"></center>'
  50. 'You gave yourself a catlick, thus removing any traces of cum.'
  51. act 'Finish':gt 'laketoilet', 'main'
  52. end
  53. end
  54. if cumlip > 0 or cumface > 0:
  55. act 'Clean your face from sperm (0:05)':
  56. cla
  57. *clr
  58. set mop = 1
  59. set cumlip = 0
  60. set cumface = 0
  61. set sweat -= 1
  62. set minut += 5
  63. '<center><img src="images/etogame/facesp.jpg"></center>'
  64. 'You clean your face and got rid of any trace of cum.'
  65. act 'Finish':gt 'laketoilet', 'main'
  66. end
  67. end
  68. if cumfrot > 0:
  69. act 'Wipe the cum off your clothes (0:10)':
  70. cla
  71. *clr
  72. set cumfrot = 0
  73. set minut += 10
  74. !!'<center><img src="images/etogame/frotsp.jpg"></center>'
  75. 'You remove traces of cum from your clothes.'
  76. act 'Finish':gt 'laketoilet', 'main'
  77. end
  78. end
  79. !!
  80. if tampon > 0 and mesec > 0 and isprok = 0:
  81. act 'Use a tampon (0:05)':
  82. cla
  83. *clr
  84. set tampon -= 1
  85. set isprok = 1
  86. set minut += 5
  87. set manna -= 5
  88. '<center><img src="images/pics/wash3.jpg"></center>'
  89. 'You use a tampon.'
  90. act 'Finish':gt 'laketoilet', 'main'
  91. end
  92. end
  93. act 'Off the toilet':gt 'lakecafe', 'main'
  94. end
  95. end
  96. --- laketoilet ---------------------------------