vanr 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. housrA = 1
  16. elektro += 1
  17. gs 'stat'
  18. if night_mode = 1:
  19. fcolor = rgb(255, 255, 255)
  20. bcolor = rgb(0, 0, 0)
  21. lcolor = rgb(106, 90, 205)
  22. else
  23. fcolor = rgb(0, 0, 0)
  24. bcolor = rgb(255, 255, 255)
  25. lcolor = rgb(106, 90, 205)
  26. end
  27. '<center><b><font color="maroon">Bathroom</font></b></center>'
  28. if remvanr = 0:
  29. '<center><img <<$set_imgh>> src="images/locations/city/residential/apartment/vanr.jpg"></center>'
  30. '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.'
  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. end
  35. gs 'din_van', 'private'
  36. gs 'din_van', 'misery'
  37. --- vanr ---------------------------------