Search found 1 match
- 16 Oct 2017 20:30
- Forum: DOS Batch Forum
- Topic: How do i make a location save/load option?
- Replies: 1
- Views: 2034
How do i make a location save/load option?
Back then i was making a text adventure game but i forgot that i needed like a save/load option so that the user can start back where he left off, but the thing is i couldn't find one. I'm watching tutorials that are compatible with RPG, it goes like this: @echo off set hp=2 set money=10 :home echo ...