nichBathMaster.qsrc 829 B

123456789101112131415161718192021222324252627282930313233
  1. # nichBathMaster
  2. CLOSE ALL
  3. $metka = ''
  4. $loc = 'nichBathMaster'
  5. $location_type = 'bathroom'
  6. $menu_loc = 'nichBathMaster'
  7. $menu_arg = ''
  8. menu_off = 0
  9. gs 'stat'
  10. gs 'themes', 'indoors'
  11. '<center><b><font color="maroon">Nicholas'' Bathroom</font></b></center>'
  12. '<center><img <<$set_imgh>> src="images/characters/city/nicholas/apartment/bathroomMaster.jpg"></center>'
  13. 'The bathroom is modern and well fitted, more than matching the display of wealth in the other rooms, from the elaborate decorations and spacious shower and tub to the underfloor heating.'
  14. if nichWork = 1:
  15. 'You have your own bathroom and should not use this one.'
  16. end
  17. act 'Go to the master bedroom':
  18. minut += 1
  19. gt 'nichBedroomMaster'
  20. end
  21. act 'Go to Tanya''s room':
  22. minut += 1
  23. gt 'nichBedroomTanja'
  24. end
  25. --- nichBathMaster ---------------------------------