ybedr.qsrc 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. # ybedr
  2. $locM_arg = ''
  3. $locM = 'ybedr'
  4. $loc_arg = ''
  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. *nl
  24. 'You can access your <a href="exec: quick_dress = 1 & gt ''wardrobe'', ''default''">default clothing</a> options directly.'
  25. end
  26. act 'Leave the room':minut += 1 & gt 'ymans'
  27. --- ybedr ---------------------------------