444_ptu_dush 1.2 KB

1234567891011121314151617181920212223242526272829303132
  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. cla
  18. *clr
  19. teachlevel -= 1
  20. horny +=3
  21. set hapri = 0
  22. set mop = 1
  23. if sweat > -3: set sweat = -3
  24. gs 'stat'
  25. '<center><B><font color = maroon>shower</font></B></center>'
  26. '<center><img src="images\etogame\ptu_dush.jpg"></center>'
  27. 'You quickly take a shower, hoping that no one catches you not.'
  28. act 'Dress and come': gt 'etoexhib','pos33'
  29. end
  30. --- ptu_dush ---------------------------------