butoilet 782 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # butoilet
  2. CLOSE ALL
  3. $metka = $ARGS[0]
  4. $loc = $CURLOC
  5. $metkaM = $ARGS[0]
  6. $locM = $CURLOC
  7. minut += 5
  8. clr
  9. gs 'stat'
  10. fcolor = rgb(0, 0, 0)
  11. bcolor = rgb(255, 255, 255)
  12. lcolor = rgb(106, 90, 205)
  13. '<center><b><font color="maroon">WC</font></b></center>'
  14. '<center><img src="images/etogame/PublicToilet.jpg"></center>'
  15. ''
  16. act 'Leave the toilet':gt 'burger', 'start'
  17. act 'Look in the mirror': gt 'mirror', 'start'
  18. if spdirtyc > 0:
  19. act 'Wipe the cum off your clothes (0:10)':
  20. cla
  21. *clr
  22. cumspclnt = 6
  23. gs 'cum_cleanup'
  24. minut += 10
  25. !!'<center><img src="images/etogame/frotsp.jpg"></center>'
  26. 'You remove traces of semen from the clothes.'
  27. act 'Finish':gt $curloc
  28. end
  29. end
  30. !!
  31. dynamic $tampon
  32. dynamic $quickwash
  33. dynamic $basin
  34. --- butoilet ---------------------------------