1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- # qwBarPolet
- <<<<<<< 457_qwBarPolet
- fcolor = rgb(0,0,0)
- bcolor = rgb(255,255,255)
- LCOLOR = rgb(106,90,205)
- minut += 5
- gs 'stat'
- '<center><B><font color = maroon>Bar "Flight"</font></B></center>'
- if hour >= 10:
- '<center><img src="images\qwest\kim\bar.jpg"></center>'
- 'At the bar sat a few visitors. Bartender with a face scarred missing pours beer mugs.'
- =======
- fcolor=rgb(0,0,0)
- bcolor=rgb(255,255,255)
- LCOLOR = rgb(106,90,205)
- minut+=5
- gs'stat'
- '<center><B><font color=maroon>bar "flight"</font></B></center>'
- if hour>=10:
- '<center><img src="qwest/kim/bar.jpg" ></center>'
- 'At the bar sat a few visitors. The bartender with a face scarred missing pours beer mugs.'
- >>>>>>> 457_qwBarPolet
- else
- <<<<<<< 457_qwBarPolet
- 'The bar is closed and inlet written "hours with 10 to 24-hours."'
- end
- act 'Leave': gt 'nord'
- =======
- 'The bar is closed and inlet written "Opening hours 10 prior_to 24hours."'
- end
- act 'Get_Away':gt'nord'
- >>>>>>> 457_qwBarPolet
- --- qwBarPolet ---------------------------------
|