1234567891011121314151617181920212223242526272829303132333435 |
- # kazvar
- <<<<<<< 541_kazvar
- *PL '<right><img src="images\casino\stolcw.jpg"></right>'
- *P 'You are standing at the table games in Casino War'
- ACT 'Approach to the dealer':
- gt 'krupe2'
- END
- ACT 'Sit at the table':
- =======
- *PL '<right><img src="casino/stolcw.jpg" ></right>'
- *P 'You are standing at the table playing Casino War'
- ACT 'Approach to the dealer':
- gt 'croupier2'
- END
- ACT 'Sit down':
- >>>>>>> 541_kazvar
- gt 'igrkart2'
- END
- <<<<<<< 541_kazvar
- ACT 'Move away from the table':
- =======
- ACT 'Away from the table':
- >>>>>>> 541_kazvar
- gt 'cards'
- END
- clr
- <<<<<<< 541_kazvar
- gs 'stat'
- set minut += 10
- =======
- gs'stat'
- set minut=minut + 10
- >>>>>>> 541_kazvar
- --- kazvar ---------------------------------
|