vanr 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. # vanr
  2. CLOSE ALL
  3. $metka = ''
  4. $loc = 'vanr'
  5. $metkaM = ''
  6. $locM = 'vanr'
  7. $location_type = 'bathroom'
  8. act 'Go to the corridor':gt 'korr'
  9. clr
  10. minut += 1
  11. housrA = 1
  12. elektro += 1
  13. gs 'stat'
  14. if night_mode = 1:
  15. fcolor = rgb(255, 255, 255)
  16. bcolor = rgb(0, 0, 0)
  17. lcolor = rgb(106, 90, 205)
  18. else
  19. fcolor = rgb(0, 0, 0)
  20. bcolor = rgb(255, 255, 255)
  21. lcolor = rgb(106, 90, 205)
  22. end
  23. '<center><b><font color="maroon">Bathroom</font></b></center>'
  24. if remvanr = 0:
  25. '<center><img <<$set_imgh>> src="images/locations/city/residential/apartment/vanr.jpg"></center>'
  26. '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.'
  27. elseif remvanr = 1:
  28. '<center><img <<$set_imgh>> src="images/locations/shared/bathroom/vanr2.jpg"></center>'
  29. '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.'
  30. end
  31. gs 'din_van', 'private'
  32. gs 'din_van', 'misery'
  33. --- vanr ---------------------------------