Quote:
|
Originally Posted by battists
Some of the text that appears in a PBP game is hard-coded. For example, when it says "That was his 15th home run of the season." So, even if you have a female baseball league, all of these will say "his". It's also hard-coded when a fielder waves off another fielder, for example.
There are others as well, but there is no one comprehensive list. One way to check this would be to replace all categories in the XML file with phrases starting with "XML:"
That way, when you play a game, any line that does NOT begin with "XML:" is hard-coded. (Except for the fact that some XML entries span multiple lines.)
|
Heck. Ah well, I can turn a blind eye to that! Many thanks for the answer, and I'll give it a whirl and see what other ones pop up.