vanr2x.qsrc 712 B

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