1
0

vanr2x.qsrc 933 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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. clr
  12. minut = minut + 1
  13. elektro = elektro + 1
  14. gs'stat'
  15. if night_mode = 1:
  16. fcolor = rgb(255, 255, 255)
  17. bcolor = rgb(0, 0, 0)
  18. lcolor = rgb(106, 90, 205)
  19. elseif night_mode = 2:
  20. fcolor = rgb(255, 255, 255)
  21. bcolor = rgb(20, 20, 20)
  22. lcolor = rgb(106, 90, 205)
  23. else
  24. fcolor = rgb(0, 0, 0)
  25. bcolor = rgb(255, 255, 255)
  26. lcolor = rgb(106, 90, 205)
  27. end
  28. '<center><b><font color = maroon>Bathroom</font></b></center>'
  29. '<center><img <<$set_imgh>> src="images/locations/oldtown/apartment/vanr2x.jpg"></center>'
  30. '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.'
  31. gs 'din_van', 'private'
  32. gs 'din_van', 'misery'
  33. --- vanr2x ---------------------------------