ptu_dush 1.1 KB

123456789101112131415161718192021222324252627282930
  1. # ptu_dush
  2. if $ARGS[0] = 'pos1':
  3. cla
  4. *clr
  5. minut += 10
  6. gs 'stat'
  7. '<center><b><font color="maroon">Women''s shower</font></b></center>'
  8. '<center><img src="images/etogame/ptu_jen.jpg"></center>'
  9. 'Shower is divided into two sections, a dressing room with lockers and fine wood itself shower with tiled floor and walls. Making sure that no one in the shower, you''re going to lock the door, but with annoyance discover that the castle is not, not even a simple rod, perhaps because it is necessary in public showers or it is done for security purposes. But what to do, you can not walk then smashing. After all, you''re here why do not you?'
  10. act 'Strip (negative to reputation)':gt 'ptu_dush', 'pos2'
  11. act 'In the hall':gt 'etoexhib', 'pos33'
  12. end
  13. if $ARGS[0] = 'pos2':
  14. cla
  15. *clr
  16. minut += 15
  17. teachlevel -= 1
  18. horny += 3
  19. hapri = 0
  20. mop = 1
  21. sweat = -3
  22. gs 'stat'
  23. '<center><b><font color="maroon">shower</font></b></center>'
  24. '<center><img src="images/etogame/ptu_dush.jpg"></center>'
  25. 'You quickly take a shower, hoping that no one catches you not.'
  26. act 'Dress and come':gt 'etoexhib', 'pos33'
  27. end
  28. --- ptu_dush ---------------------------------