Will you implement a way to rename or number monsters placed on the map? The issue: When you add them to episode(encounter), it numbers them, but there is no way to keep up with which one is which when looking at the map because map monsters all have generic name. Example: Episode- skeletons are numbered skeleton 1~? Map- skeletons are all labeled skeleton.
Episodes imply storage Type of monster. Therefore it is impossible to give names there, and there are no names on the map at all (only colors). You can distinguish between monsters only after they have been added to the battle by name and color. Can you tell me why you should give names or numbering of monsters before they were added to the battle?
In theory I can add custom names to episodes, but I need to understand how important it is.