mibi wrote:weirdbro wrote:Since this script rocks, I'm gonna be a pest and request another feature:
When you click on the name of a country anywhere, in the card list, text map, log, etc., it could jump to the map, and flash the highlight for a bit to show where the country is.
seconded... nothing worse than searching a foreign map for some obscure country name.
Split into 3 parts.
1. card list - this is done in version .8
2. text map - this should be possible.
3. Game Log - There are two reasons why this could be a problem.
3a. Performance - Attaching the click handlers is a slow process, I had a version that attached to the players names in the log and it killed performance.
3b. The country names are not marked in any special way so I would have to search for the text, again this will be very slow and prone to errors,
to re-cap I like the idea but I am not sure it will be possible, I will add it to the todo list, but the text map wont be till version .9 at the latest and the game log may have to wait even longer.