381_qwBarPolet 482 B

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