Quote:
All the replacements seem to work fine, the only problem I have is that the parts "Chapter 1a - Listing Suggested Topics (for use with Complex Listing by Emily Short)" and "Chapter 1b - Listing Suggested Topics (for use with Complex Listing by Emily Short)" don't work, as soon as I start a game without Complex Listing I'm running into errors and as soon as I use it, both topic suggestion lists are printed.
From this statement I'm guessing that the problem is in this Chapter heading:
Code:
Chapter 1b - Listing Suggested Topics (for use with Complex Listing by Emily Short)
This should be:
Code:
Chapter 1b - Listing Suggested Topics (for use without Complex Listing by Emily Short)
(Note change: with -> with
outIn your version, both Chapter 1a and Chapter 1b are compiled into the game when Complex Listing is present, and neither is when it isn't.
-- Eric