city_house_res_bathr.qsrc 932 B

123456789101112131415161718192021222324252627282930313233
  1. # city_house_res_bathr
  2. if $ARGS[0] = 'bathr':
  3. $loc = 'city_house_res_bathr'
  4. $loc_arg = 'bathr'
  5. $locM = 'city_house_res_bathr'
  6. $locM_arg = 'bathr'
  7. $menu_loc = 'city_house_res_bathr'
  8. $menu_arg = 'bathr'
  9. $location_type = 'bathroom'
  10. $bathtype = 'bathtub shower'
  11. menu_off = 0
  12. minut += 1
  13. gs 'stat'
  14. *clr & cla
  15. '<center><b><font color="maroon">Bathroom</font></b></center>'
  16. '<center><img <<$set_imgh>> src="images/locations/city/residential/house/crh_bathroom.jpg"></center>'
  17. act 'Leave the room': gt 'city_house_res_misc', 'hallw'
  18. 'The ornate room holds a shower, toilet, sink, <a href="exec:gt ''mirror'',''start''">mirror</a> where you can ' + iif(pcs_hairbsh = 0,'<a href="exec:gt ''mirror'',''brush''">brush</a>','brush') + ' your hair, and even a bath tub.'
  19. gs' selfplay', 'suction_dildo'
  20. *nl
  21. gs 'din_van', 'private'
  22. gs 'din_van', 'misery'
  23. end
  24. --- city_house_res_bathr ---------------------------------