Quote:
|
Originally Posted by jbsnadb
This is less an error than an omission:
There is a 3-HR in a game news item that utilizes the following text lines:
[24-2834]
and
[92-1261]
While there are no errors in the text, the hitter's HR totals for the season are nowhere to be found. Seems like an item ABOUT home runs should mention how many home runs this guy has hit over the season.
|
What happens is, the game calls up a news message from category 24 (game news three homeruns) when someone has a 3-HR game, and then it tacks on a paragraph from category 92 (batter season description) to give the player's current season stats. I agree that when the first message is about home runs, the second one should provide the season total. Otherwise, you get a disconnect.
Hmmm. The database doesn't contain an object numbered 2834, and none of the objects in category 24 has a number anywhere near that. (If there was a 2833 and a 2835, it would be easy to figure that this entry had been deleted recently, but it doesn't look like that happened.)
Object 1261 does contain the [%batting hr word] token, which should display the information you say was missing. I don't understand why you didn't see it. (Would have been helpful to show the actual text displayed, rather than just the debug numbers.)
However, I found a few other objects in category 92 that didn't mention home runs for the season, so I inserted the token and some text to cover it. Nice catch.
k