ybedr.qsrc 1.1 KB

12345678910111213141516171819202122232425
  1. # ybedr
  2. $metkaM = ''
  3. $locM = 'ybedr'
  4. $metka = ''
  5. $loc = 'ybedr'
  6. $location_type = 'private'
  7. $locclass = 'bedr'
  8. clr
  9. gs 'stat'
  10. '<center><b><font color="maroon">Bedroom</font></b></center>'
  11. '<center>Your large bedroom with all the necessities that a modern bedroom has.</center>'
  12. if ymanrem[4] = 0:'<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/ynill.jpg"></center>'
  13. if ymanrem[4] = 1:'<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/yrem.jpg"></center>'
  14. if ymanrem[4] = 2:
  15. '<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/ybedr.jpg"></center>'
  16. 'It''s a bright and beautiful room, with a large <a href="exec:gt ''bed'', ''start''">continental bed</a>. On one of the sides there''s an entrance to a walk-in <a href="exec:gt ''wardrobe'', ''start'', ''start''">wardrobe</a> (where you can choose outfits and organize your clothing).'
  17. 'There''s a table and a <a href="exec:gt ''mirror'', ''start''">mirror</a> placed in one of the corners.'
  18. end
  19. act 'Leave the room':minut += 1 & gt 'ymans'
  20. --- ybedr ---------------------------------