1
0

laketoilet 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. # laketoilet
  2. if $ARGS[0] = 'main':
  3. CLOSE ALL
  4. $metka = $ARGS[0]
  5. $loc = $CURLOC
  6. $metkaM = $ARGS[0]
  7. $locM = $CURLOC
  8. cla
  9. *clr
  10. LCtoiletiventrand = rand(1, 100)
  11. if hour < 4 and LCtoiletiventrand >= 83:
  12. '<center><img src="images/LakeCafe/ToiletSexStart.jpg"></center>'
  13. 'You went to the bathroom and saw a man in the corner drochaschego. It seems he did not see you.'
  14. act 'Be company':
  15. gt 'LCporn', 'toiletsex'
  16. end
  17. act 'Leave the toilet':gt 'lakecafe', 'main'
  18. else
  19. clr
  20. gs 'stat'
  21. '<center><img src="images/LakeCafe/Toilet.jpg"></center>'
  22. 'Dirty and smelly toilet that seems to have never been cleaned'
  23. act 'Look in the mirror':
  24. cla
  25. gs 'portmirror'
  26. $gt1 = 'laketoilet'
  27. $gt2 = 'main'
  28. dynamic $portmirror
  29. act 'Move away from the mirror':
  30. cla
  31. gt 'laketoilet', 'main'
  32. end
  33. end
  34. if spdirtyc > 0:
  35. act 'Wipe the cum off your clothes (0:10)':
  36. cla
  37. *clr
  38. cumspclnt = 6
  39. gs 'cum_cleanup'
  40. minut += 10
  41. '<center><img src="images/etogame/frotsp.jpg"></center>'
  42. 'You remove traces of cum from your clothes.'
  43. act 'Finish':gt 'laketoilet', 'main'
  44. end
  45. end
  46. dynamic $tampon
  47. dynamic $quickwash
  48. dynamic $basin
  49. act 'Leave the toilet':gt 'lakecafe', 'main'
  50. end
  51. end
  52. --- laketoilet ---------------------------------