vanr.qsrc 1.2 KB

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