batch - dynamic labels or functions
问题 I'm making a batch text adventure (because it's the easiest language to do so in, requiring barely any coding experience) and I want to know if there is a way to make dynamic goto s or labels. For example, I have a dynamic health and energy system which displayes diferent health bars, depending on the health variable which is aquired from a save file on the C:/ drive. This requires quite a bit of code, and it would be much easier if I could just call a function. As an alternative, I'd like to