541_kazvar 703 B

1234567891011121314151617181920212223242526272829303132333435
  1. # kazvar
  2. <<<<<<< 541_kazvar
  3. *PL '<right><img src="images\casino\stolcw.jpg"></right>'
  4. *P 'You are standing at the table games in Casino War'
  5. ACT 'Approach to the dealer':
  6. gt 'krupe2'
  7. END
  8. ACT 'Sit at the table':
  9. =======
  10. *PL '<right><img src="casino/stolcw.jpg" ></right>'
  11. *P 'You are standing at the table playing Casino War'
  12. ACT 'Approach to the dealer':
  13. gt 'croupier2'
  14. END
  15. ACT 'Sit down':
  16. >>>>>>> 541_kazvar
  17. gt 'igrkart2'
  18. END
  19. <<<<<<< 541_kazvar
  20. ACT 'Move away from the table':
  21. =======
  22. ACT 'Away from the table':
  23. >>>>>>> 541_kazvar
  24. gt 'cards'
  25. END
  26. clr
  27. <<<<<<< 541_kazvar
  28. gs 'stat'
  29. set minut += 10
  30. =======
  31. gs'stat'
  32. set minut=minut + 10
  33. >>>>>>> 541_kazvar
  34. --- kazvar ---------------------------------