vanr.qsrc 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. # vanr
  2. CLOSE ALL
  3. $loc_arg = ''
  4. $loc = 'vanr'
  5. $locM_arg = ''
  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/home/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. elseif remvanr = 1:
  26. '<center><img <<$set_imgh>> src="images/locations/city/residential/apartment/home/vanr2.jpg"></center>'
  27. '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.'
  28. end
  29. 'Your ' + iif(pcs_hairbsh = 0,'<a href="exec:gt ''mirror'',''brush''">brush</a>','brush') + ' sits on the small shelf, below the mirror.'
  30. gs 'din_van', 'private'
  31. gs 'din_van', 'misery'
  32. --- vanr ---------------------------------