1
0

vanr2x.qsrc 696 B

12345678910111213141516171819202122232425262728
  1. # vanr2x
  2. CLOSE ALL
  3. $metka = ''
  4. $loc = 'vanr2x'
  5. $metkaM = ''
  6. $locM = 'vanr2x'
  7. $location_type = 'bathroom'
  8. $menu_loc = 'vanr2x'
  9. $menu_arg = ''
  10. menu_off = 0
  11. *clr & cla
  12. minut += 1
  13. elektro += 1
  14. gs'stat'
  15. gs 'themes', 'indoors'
  16. '<center><b><font color = maroon>Bathroom</font></b></center>'
  17. '<center><img <<$set_imgh>> src="images/locations/oldtown/apartment/vanr2x.jpg"></center>'
  18. '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.'
  19. gs 'din_van', 'private'
  20. gs 'din_van', 'misery'
  21. act 'Leave Bathroom': gt 'korr2x'
  22. --- vanr2x ---------------------------------