nichBedroomMaster.qsrc 1.0 KB

1234567891011121314151617181920212223242526272829303132
  1. # nichBedroomMaster
  2. CLOSE ALL
  3. $metka = ''
  4. $loc = 'nichBedroomMaster'
  5. $sexloc = 'nichBedroomMaster'
  6. $location_type = 'private'
  7. $locclass = 'bedr'
  8. $menu_loc = 'nichBedroomMaster'
  9. $menu_arg = ''
  10. menu_off = 0
  11. gs 'stat'
  12. sexpartkno = 1
  13. gs 'boyStat', 'A52'
  14. gs 'boyStat', 'A161', 'a'
  15. '<center><b>Nicholas'' Master Bedroom</b></center>'
  16. '<center><img <<$set_imgh>> src="images/characters/city/nicholas/apartment/bedroomMaster.jpg"></center>'
  17. ''
  18. 'This is where Nicholas and his wife sleep. There''s a king-sized bed with matching bedside tables and lamps, a make-up table covered with bottles of expensive perfume, make-up and jewelry, a wall mirror with filigree gold ornaments and an entire wall is dominated by several solid wood wardrobes that look like they must have cost a fortune. Another small door leads to another walk-in wardrobe.'
  19. act 'Return to the hallway':
  20. minut += 1
  21. gt 'nichApartment'
  22. end
  23. act 'Go to the master bathroom':
  24. minut += 1
  25. gt 'nichBathMaster'
  26. end
  27. --- nichBedroomMaster ---------------------------------