vanr.qsrc 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  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. gs 'themes', 'indoors'
  18. '<center><b><font color="maroon">Bathroom</font></b></center>'
  19. if remvanr = 0:
  20. '<center><img <<$set_imgh>> src="images/locations/city/residential/apartment/vanr.jpg"></center>'
  21. '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. '
  22. 'Your ' + iif(pcs_hairbsh = 0,'<a href="exec:GT ''mirror'',''brush''">brush</a>','brush') + ' sits on the small shelf, below the mirror.'
  23. elseif remvanr = 1:
  24. '<center><img <<$set_imgh>> src="images/locations/shared/bathroom/vanr2.jpg"></center>'
  25. '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.'
  26. 'Your ' + iif(pcs_hairbsh = 0,'<a href="exec:GT ''mirror'',''brush''">brush</a>','brush') + ' sits on the small shelf, below the mirror.'
  27. end
  28. gs 'din_van', 'private'
  29. gs 'din_van', 'misery'
  30. --- vanr ---------------------------------