vanr.qsrc 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. else
  22. fcolor = rgb(0, 0, 0)
  23. bcolor = rgb(255, 255, 255)
  24. lcolor = rgb(106, 90, 205)
  25. end
  26. '<center><b><font color="maroon">Bathroom</font></b></center>'
  27. if remvanr = 0:
  28. '<center><img <<$set_imgh>> src="images/locations/city/residential/apartment/vanr.jpg"></center>'
  29. '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. '
  30. 'Your ' + iif(pcs_hairbsh = 0,'<a href="exec:GT ''mirror'',''brush''">brush</a>','brush') + ' sits on the small shelf, below the mirror.'
  31. elseif remvanr = 1:
  32. '<center><img <<$set_imgh>> src="images/locations/shared/bathroom/vanr2.jpg"></center>'
  33. '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.'
  34. 'Your ' + iif(pcs_hairbsh = 0,'<a href="exec:GT ''mirror'',''brush''">brush</a>','brush') + ' sits on the small shelf, below the mirror.'
  35. end
  36. gs 'din_van', 'private'
  37. gs 'din_van', 'misery'
  38. --- vanr ---------------------------------