gdktoilet_womens.qsrc 849 B

12345678910111213141516171819202122232425262728
  1. # gdktoilet_womens
  2. if $ARGS[0] = 'womens':
  3. $loc_arg = 'womens'
  4. $loc = 'gdktoilet_womens'
  5. $locM_arg = 'womens'
  6. $locM = 'gdktoilet_womens'
  7. $menu_loc = 'gdktoilet_womens'
  8. $menu_arg = 'womens'
  9. menu_off = 0
  10. $location_type = 'bathroom'
  11. $locclass = 'restroom'
  12. *clr & cla
  13. gs 'stat'
  14. '<center><b><font color="maroon">Women''s Room</font></b></center>'
  15. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/bathroom/womens/bathroom_women.jpg"></center>'
  16. 'You walk in to the women''s restroom. You see some sinks and <a href="exec:gt ''mirror'', ''start''">mirrors</a>. You notice the last stall has its door wide open.'
  17. act 'Leave': gt 'gdktoilet', 'start'
  18. act 'Go to the last stall': gt 'gloryhole', 'start'
  19. dynamic $tampon
  20. dynamic $quickwash
  21. dynamic $basin
  22. end
  23. --- gdktoilet_womens ---------------------------------