vanr2x.qsrc 717 B

123456789101112131415161718192021222324252627282930
  1. # vanr2x
  2. CLOSE ALL
  3. act 'To the corridor':
  4. gt'korr2x'
  5. end
  6. $metka = ''
  7. $loc = 'vanr2x'
  8. $metkaM = ''
  9. $locM = 'vanr2x'
  10. $location_type = 'bathroom'
  11. $menu_loc = 'vanr2x'
  12. $menu_arg = ''
  13. menu_off = 0
  14. *clr & cla
  15. minut = minut + 1
  16. elektro = elektro + 1
  17. gs'stat'
  18. gs 'themes', 'indoors'
  19. '<center><b><font color = maroon>Bathroom</font></b></center>'
  20. '<center><img <<$set_imgh>> src="images/locations/oldtown/apartment/vanr2x.jpg"></center>'
  21. 'Above the sink hangs a <a href="exec:gt ''mirror'',''start''">mirror</a>, where you can ' + iif(pcs_hairbsh = 0,'<a href="exec:gt ''mirror'',''brush''">brush</a>','brush') + ' your hair.'
  22. gs 'din_van', 'private'
  23. gs 'din_van', 'misery'
  24. --- vanr2x ---------------------------------