vanr2x 725 B

12345678910111213141516171819202122232425262728293031323334353637
  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. housrA = 1
  14. elektro = elektro + 1
  15. gs'stat'
  16. if night_mode = 1:
  17. fcolor = rgb(255, 255, 255)
  18. bcolor = rgb(0, 0, 0)
  19. lcolor = rgb(106, 90, 205)
  20. else
  21. fcolor = rgb(0, 0, 0)
  22. bcolor = rgb(255, 255, 255)
  23. lcolor = rgb(106, 90, 205)
  24. end
  25. '<center><b><font color = maroon>Bathroom</font></b></center>'
  26. '<center><img <<$set_imgh>> src="images/locations/oldtown/apartment/vanr2x.jpg"></center>'
  27. 'Above the sink hangs a <a href="exec:GT ''mirror'',''start''">mirror</a>.'
  28. gs 'din_van', 'private'
  29. gs 'din_van', 'misery'
  30. --- vanr2x ---------------------------------