Save and Load .bat game

后端 未结 7 1598
予麋鹿
予麋鹿 2020-12-05 21:13

I\'m making a text game written in bat, and the game has been done, (or more, a good part of it, such as the commands, and at the stage where you can play it); however, I wa

相关标签:
7条回答
  • 2020-12-05 21:31

    Try this:

     (echo items=%items%) >> gamesave.txt
     (echo money=%money%) >> gamesave.txt
    

    etc.

    0 讨论(0)
提交回复
热议问题