vokzaltoilet 806 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. # vokzaltoilet
  2. CLOSE ALL
  3. $metkaM = $ARGS[0]
  4. $locM = $CURLOC
  5. $metka = $ARGS[0]
  6. $loc = $CURLOC
  7. $location_type = 'bathroom'
  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>City station toilets</font></b></center>'
  14. '<center><img src="images/etogame/publictoilet.jpg"></center>'
  15. ''
  16. act 'Return to the station hall':gt'vokzalholle'
  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. 'You wipe the cum off your clothes and thoroughly rinse out the stains with water.'
  26. act 'Finish':gt 'vokzaltoilet'
  27. end
  28. end
  29. dynamic $tampon
  30. dynamic $quickwash
  31. dynamic $basin
  32. --- vokzaltoilet ---------------------------------