I am trying to use the ideas from this video
1) Attach a transparent token to a character sheet
2) Drag the character on to a city map with TokenNameNumber script. Have the token_name either be just a number %%NUMBERED%% or City%%NUMBERED%%
3) Have a Macro for "info" or "Shopkeeper" or "notes"
4) Keep the info in a list somewhere, and then use the token_name to reference a specific piece of data? An attribute on a character sheet (maybe the same one), a pre-determined result from a rollable table (is that a thing?), a specific card from a deck?.
My first thought was to have a character sheet named "City" and then Attributes named 1,2,3,4 etc. Put the "info" in the value and maybe a link to an image in the max and have it referenced @{City|@{selected|token_name}}, but I understand that doesn't work. So, it's back to the drawing board.
Thanks for any ideas.