ybedr.qsrc 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. # ybedr
  2. $metkaM = ''
  3. $locM = 'ybedr'
  4. $metka = ''
  5. $loc = 'ybedr'
  6. $location_type = 'private'
  7. $locclass = 'bedr'
  8. $menu_loc = 'ybedr'
  9. $menu_arg = ''
  10. menu_off = 0
  11. *clr & cla
  12. gs 'stat'
  13. '<center><b><font color="maroon">Bedroom</font></b></center>'
  14. '<center>Your large bedroom with all the necessities that a modern bedroom has.</center>'
  15. if ymanrem[4] = 0:'<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/ynill.jpg"></center>'
  16. if ymanrem[4] = 1:'<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/yrem.jpg"></center>'
  17. if ymanrem[4] = 2:
  18. '<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/ybedr.jpg"></center>'
  19. *nl
  20. 'It''s a bright and beautiful room, with a large <a href="exec:gt ''bed'', ''start''">continental bed</a>.'
  21. 'On one side of the bed is the entrance to a walk-in <a href="exec:gt ''wardrobe'', ''start'', ''start''">wardrobe</a>.'
  22. 'There''s a table and a <a href="exec:gt ''mirror'', ''start''">mirror</a> placed in one of the corners.'
  23. end
  24. act 'Leave the room':minut += 1 & gt 'ymans'
  25. --- ybedr ---------------------------------