Kamras
Member
In the accounthandler.cs there is some options.
I would like to use custom text instead of relying on the collic. I'm not entirely sure how to go about that, does anyone have any suggestions? Below in is the content from accounthandler.cs that I wish to change and use custom descriptions.
I would like to use custom text instead of relying on the collic. I'm not entirely sure how to go about that, does anyone have any suggestions? Below in is the content from accounthandler.cs that I wish to change and use custom descriptions.
Code:
{
new CityInfo("New Haven", "New Haven Bank", 1150168, 3667, 2625, 0),
new CityInfo("Yew", "The Empath Abbey", 1075072, 633, 858, 0),
new CityInfo("Minoc", "The Barnacle", 1075073, 2476, 413, 15),
new CityInfo("Britain", "The Wayfarer's Inn", 1075074, 1602, 1591, 20),
new CityInfo("Moonglow", "The Scholars Inn", 1075075, 4408, 1168, 0),
new CityInfo("Trinsic", "The Traveler's Inn", 1075076, 1845, 2745, 0),
new CityInfo("Jhelom", "The Mercenary Inn", 1075078, 1374, 3826, 0),
new CityInfo("Skara Brae", "The Falconer's Inn", 1075079, 618, 2234, 0),
new CityInfo("Vesper", "The Ironwood Inn", 1075080, 2771, 976, 0)
};