1
0

butoilet 810 B

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