1234567891011121314151617181920212223242526272829303132333435 |
- # bldzh
- <<<<<<< 536_bldzh
- *PL '<right><img src="images\casino\stolbd.jpg"></right>'
- *P 'You are standing at a table game Blackjack'
- ACT 'Approach to the dealer':
- gt 'krupe1'
- END
- ACT 'Sit at the table':
- =======
- *PL '<right><img src="casino/stolbd.jpg" ></right>'
- *P 'You are standing at the table playing blackjack'
- ACT 'Approach to the dealer':
- gt 'croupier1'
- END
- ACT 'Sit down':
- >>>>>>> 536_bldzh
- gt 'igrkart1'
- END
- <<<<<<< 536_bldzh
- ACT 'Move away from the table':
- =======
- ACT 'Away from the table':
- >>>>>>> 536_bldzh
- gt 'cards'
- END
- clr
- <<<<<<< 536_bldzh
- gs 'stat'
- set minut += 10
- =======
- gs'stat'
- set minut=minut + 10
- >>>>>>> 536_bldzh
- --- bldzh ---------------------------------
|