
XML game stats suggestion
The XML game stats contains a lot of elements like this:
Quote:
<EtherProbe>3,000 cr</EtherProbe>
That still requires some parsing to get an integer value. Would it be possible to get rid of cruft like the thousands separator and the "cr"? Then the XML could be associated with a schema that would specify the type of each element. There could be another secret menu item that would output the latest schema.
Since the XML game stats is a relatively new feature, I'm hoping no helpers or scripts are using it yet and it can be freely improved upon...