vokzaltoilet 975 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. if night_mode = 1:
  11. fcolor = rgb(255, 255, 255)
  12. bcolor = rgb(0, 0, 0)
  13. lcolor = rgb(106, 90, 205)
  14. else
  15. fcolor = rgb(0, 0, 0)
  16. bcolor = rgb(255, 255, 255)
  17. lcolor = rgb(106, 90, 205)
  18. end
  19. '<center><b><font color = maroon>City station toilets</font></b></center>'
  20. '<center><img <<$set_imgh>> src="images/locations/shared/bathroom/publictoilet.jpg"></center>'
  21. ''
  22. act 'Return to the station hall':gt'vokzalholle'
  23. act 'Look in the mirror':gt 'mirror', 'start'
  24. if (cumloc[6] = 1 or cumloc[7] = 1):
  25. act 'Wipe the cum off your clothes (0:10)':
  26. cla
  27. *clr
  28. cumspclnt = 6
  29. gs 'cum_cleanup'
  30. minut += 10
  31. 'You wipe the cum off your clothes and thoroughly rinse out the stains with water.'
  32. act 'Finish':gt 'vokzaltoilet'
  33. end
  34. end
  35. dynamic $tampon
  36. dynamic $quickwash
  37. dynamic $basin
  38. --- vokzaltoilet ---------------------------------