melek / lib_elevation

A flexible elevation library for creating vertical encounter maps in MapTool.
4 stars 0 forks source link

Linking tokens overwrites destination elevation's linked token data. #9

Closed melek closed 3 years ago

melek commented 3 years ago

This issue doesn't matter when linking to the currently loaded elevation, but when linking a token to another elevation the current elevations tokens will be copied entirely to the destination elevation, totally wiping out the destination's elevation data.

To reproduce:

Expected behavior:

Discussion: Being able to link to other key elevations is important during a game, so you don't have to disrupt the players' view of the map to attach objects (such as downed foes) to a particular elevation to de-clutter the map.

melek commented 3 years ago

This has been solved in Lib:Elevation 1.0b2 with an update to the saveElevationTokens method.