butoilet 894 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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':
  18. cla
  19. gs 'portmirror'
  20. $gt1 = $curloc
  21. $gt2 = ''
  22. dynamic $portmirror
  23. act 'Move away from the mirror':
  24. cla
  25. gt $curloc
  26. end
  27. end
  28. if spdirtyc > 0:
  29. act 'Wipe the cum off your clothes (0:10)':
  30. cla
  31. *clr
  32. cumspclnt = 6
  33. gs 'cum_cleanup'
  34. minut += 10
  35. !!'<center><img src="images/etogame/frotsp.jpg"></center>'
  36. 'You remove traces of semen from the clothes.'
  37. act 'Finish':gt $curloc
  38. end
  39. end
  40. !!
  41. dynamic $tampon
  42. dynamic $quickwash
  43. dynamic $basin
  44. --- butoilet ---------------------------------