Ok here's what I've got so far. Is there anything I obviously did wrong?
string equipt_version = "0.1a";
string extensionDataFile = ".txt";
string equipmentDataFile = "data\\MallPrices\\MallPrices"; #Where to put new modifier map file
string [string] itemPrice;
void main() {...
Basically I've wrote a farming spreadsheet that does analysis taking into account the mall price of items so that I can easily and quickly compare what the best place to farm is. It's not totally done yet but I've got most of the staple areas inputted and it does a meat/adv calculation.
The...