vanr.qsrc 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # vanr
  2. CLOSE ALL
  3. $metka = ''
  4. $loc = 'vanr'
  5. $metkaM = ''
  6. $locM = 'vanr'
  7. $location_type = 'bathroom'
  8. if fullmorrout = 1:
  9. act 'Finish and go to the kitchen':gt 'kuhr'
  10. else
  11. act 'Go to the corridor':gt 'korr'
  12. end
  13. clr
  14. minut += 1
  15. elektro += 1
  16. gs 'stat'
  17. if night_mode = 1:
  18. fcolor = rgb(255, 255, 255)
  19. bcolor = rgb(0, 0, 0)
  20. lcolor = rgb(106, 90, 205)
  21. elseif night_mode = 2:
  22. fcolor = rgb(255, 255, 255)
  23. bcolor = rgb(20, 20, 20)
  24. lcolor = rgb(106, 90, 205)
  25. else
  26. fcolor = rgb(0, 0, 0)
  27. bcolor = rgb(255, 255, 255)
  28. lcolor = rgb(106, 90, 205)
  29. end
  30. '<center><b><font color="maroon">Bathroom</font></b></center>'
  31. if remvanr = 0:
  32. '<center><img <<$set_imgh>> src="images/locations/city/residential/apartment/vanr.jpg"></center>'
  33. 'Your bathroom is old and in a bad state, the suite is unattractive and stained but at least the <a href="exec:GT ''mirror'',''start''">mirror</a> is reasonably new. '
  34. 'Your ' + iif(pcs_hairbsh = 0,'<a href="exec:GT ''mirror'',''brush''">brush</a>','brush') + ' sits on the small shelf, below the mirror.'
  35. elseif remvanr = 1:
  36. '<center><img <<$set_imgh>> src="images/locations/shared/bathroom/vanr2.jpg"></center>'
  37. 'Your bathroom is new and in good condition, the suite is modern, your <a href="exec:GT ''mirror'',''start''">mirror</a> is perfect and everything looks clean and fresh.'
  38. 'Your ' + iif(pcs_hairbsh = 0,'<a href="exec:GT ''mirror'',''brush''">brush</a>','brush') + ' sits on the small shelf, below the mirror.'
  39. end
  40. gs 'din_van', 'private'
  41. gs 'din_van', 'misery'
  42. --- vanr ---------------------------------