07-09-2022, 02:28 PM
(07-08-2022, 12:40 PM)James D Jarvis Wrote: Good. I looked like it would work. I just didn't fiddle with it long enough to see if something would blow-up in the game later.
That indeed fixed the problem - I haven't extensively explored the game yet.
I'm more looking at the code to learn how some of the mechanics of old school RPGs worked.
One fun mini-project I started is replacing the GOSUB and GOTO line numbers with descriptive labels.
I ran tests on FNA FNB FNC FND FNE and generally figured out what they do.
(One huge accomplishment Microsoft made with QuickBasic in my opinion was moving away from line numbers to structured programming.)
More to come...