butoilet 955 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. if night_mode = 1:
  12. fcolor = rgb(255, 255, 255)
  13. bcolor = rgb(0, 0, 0)
  14. lcolor = rgb(106, 90, 205)
  15. else
  16. fcolor = rgb(0, 0, 0)
  17. bcolor = rgb(255, 255, 255)
  18. lcolor = rgb(106, 90, 205)
  19. end
  20. '<center><b><font color="maroon">WC</font></b></center>'
  21. '<center><img src="images/locations/shared/bathroom/publictoilet.jpg"></center>'
  22. ''
  23. act 'Leave the toilet':gt 'burger', 'start'
  24. act 'Look in the mirror': gt 'mirror', 'start'
  25. if spdirtyc > 0:
  26. act 'Wipe the cum off your clothes (0:10)':
  27. cla
  28. *clr
  29. cumspclnt = 6
  30. gs 'cum_cleanup'
  31. minut += 10
  32. !!'<center><img src="images/shared/sex/cum/frotsp.jpg"></center>'
  33. 'You remove traces of semen from the clothes.'
  34. act 'Finish':gt $curloc
  35. end
  36. end
  37. !!
  38. dynamic $tampon
  39. dynamic $quickwash
  40. dynamic $basin
  41. --- butoilet ---------------------------------