ybedr 1.5 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 closet(where you can <a href="exec:gt ''clothing'', ''view_clothing_list'', ''wardrobe''">organize your clothes</a> or <a href="exec:gt ''clothing_QV'', ''list''">pick something to wear</a>). You have a <a href="exec:gt ''clothing'', ''view_clothing_list'', ''store''">chest</a> at the end of your bed where you can store some clothes.'
  17. 'There''s a table and a <a href="exec:gt ''mirror'', ''start''">mirror</a> placed in one of the corners. All of <a href="exec:gt ''shoes'', ''select''">your shoes</a> are neatly organized in the walk-in closet and you have a dresser where you keep <a href="exec:gt ''underwear'', ''dresser''">your underwear</a> in.'
  18. end
  19. act 'Leave the room':minut += 1 & gt 'ymans'
  20. --- ybedr ---------------------------------