qwBarPolet 623 B

1234567891011121314151617181920212223242526
  1. # qwBarPolet
  2. minut += 5
  3. gs 'stat'
  4. if night_mode = 1:
  5. fcolor = rgb(255, 255, 255)
  6. bcolor = rgb(0, 0, 0)
  7. lcolor = rgb(106, 90, 205)
  8. else
  9. fcolor = rgb(0, 0, 0)
  10. bcolor = rgb(255, 255, 255)
  11. lcolor = rgb(106, 90, 205)
  12. end
  13. '<center><b><font color="maroon">Bar "Flight"</font></b></center>'
  14. if hour >= 10:
  15. '<center><img src="images/locations/city/industrial/bar/bar.jpg"></center>'
  16. 'At the bar sat a few visitors. Bartender with a face scarred missing pours beer mugs.'
  17. else
  18. 'The bar is closed and inlet written "hours with 10 to 24-hours."'
  19. end
  20. act 'Leave':gt 'nord'
  21. --- qwBarPolet ---------------------------------