Search found 4 matches
- 06 Jan 2018 07:29
- Forum: DOS Batch Forum
- Topic: Rpg assistance
- Replies: 5
- Views: 4381
Re: Rpg assistance
Thanks for pointing that out, simple error that I missed in hindsight but its working fine now.
- 05 Jan 2018 12:29
- Forum: DOS Batch Forum
- Topic: Rpg assistance
- Replies: 5
- Views: 4381
Re: Rpg assistance
Previous issue resolved, new problem has arisen. Trying to make weapon system, the concept of the system is to assign a numerical value and a name to the value. I'm using a similar code to this to equip and check weapons. @echo off set /a num=1 :pick cls echo Pick a number echo [1] echo [2] echo [3]...
- 05 Jan 2018 07:39
- Forum: DOS Batch Forum
- Topic: Rpg assistance
- Replies: 5
- Views: 4381
Re: Rpg assistance
Thanks for the help, code works fine now
- 04 Jan 2018 20:32
- Forum: DOS Batch Forum
- Topic: Rpg assistance
- Replies: 5
- Views: 4381
Rpg assistance
I'm obviously new to batch and I'm having some issues. Anyway I need to make an RPG using batch for one of my classes and I needed assistance with shop mechanics. For the shop I'm trying to use inequalities to determine if an item can be purchased, however the window quits without explanation whenev...