vanr.qsrc 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # vanr
  2. CLOSE ALL
  3. $metka = ''
  4. $loc = 'vanr'
  5. $metkaM = ''
  6. $locM = 'vanr'
  7. $location_type = 'bathroom'
  8. $menu_loc = 'vanr'
  9. $menu_arg = ''
  10. menu_off = 0
  11. *clr & cla
  12. if fullmorrout = 1:
  13. act 'Finish and go to the kitchen':gt 'kuhr'
  14. else
  15. act 'Go to the corridor':gt 'korr'
  16. end
  17. minut += 1
  18. elektro += 1
  19. gs 'stat'
  20. gs 'themes', 'indoors'
  21. '<center><b><font color="maroon">Bathroom</font></b></center>'
  22. if remvanr = 0:
  23. '<center><img <<$set_imgh>> src="images/locations/city/residential/apartment/vanr.jpg"></center>'
  24. '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. '
  25. 'Your ' + iif(pcs_hairbsh = 0,'<a href="exec:gt ''mirror'',''brush''">brush</a>','brush') + ' sits on the small shelf, below the mirror.'
  26. elseif remvanr = 1:
  27. '<center><img <<$set_imgh>> src="images/locations/shared/bathroom/vanr2.jpg"></center>'
  28. '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.'
  29. 'Your ' + iif(pcs_hairbsh = 0,'<a href="exec:gt ''mirror'',''brush''">brush</a>','brush') + ' sits on the small shelf, below the mirror.'
  30. end
  31. gs 'din_van', 'private'
  32. gs 'din_van', 'misery'
  33. --- vanr ---------------------------------