vokzaltoilet 778 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # vokzaltoilet
  2. CLOSE ALL
  3. $metkaM = $ARGS[0]
  4. $locM = $CURLOC
  5. $metka = $ARGS[0]
  6. $loc = $CURLOC
  7. clr
  8. gs'stat'
  9. FColor = RGB(0,0,0)
  10. BColor = RGB(255,255,255)
  11. LColor = RGB(106,90,205)
  12. '<center><b><font color = maroon>City station toilets</font></b></center>'
  13. '<center><img src="images/etogame/PublicToilet.jpg"></center>'
  14. ''
  15. act 'Return to the station hall':gt'vokzalholle'
  16. act 'Look in the mirror':gt 'mirror', 'start'
  17. if spdirtyc > 0:
  18. act 'Wipe the cum off your clothes (0:10)':
  19. cla
  20. *clr
  21. cumspclnt = 6
  22. gs 'cum_cleanup'
  23. minut += 10
  24. 'You wipe the cum off your clothes and thoroughly rinse out the stains with water.'
  25. act 'Finish':gt 'vokzaltoilet'
  26. end
  27. end
  28. dynamic $tampon
  29. dynamic $quickwash
  30. dynamic $basin
  31. --- vokzaltoilet ---------------------------------