You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you change the Map - Cell type to anything other than what the campaign map loaded with, lib tokens appear to fail (remove the .zip from the file to test) LibBreakOnCellTypeChange.cmpgn.zip
To Reproduce
Open attached campaign
Move the elf token to display chat output
Change the cell type via Map - Edit Map - Cell Type to something else
Move the elf token - no display in chat output
Expected Behaviour
lib tokens should function properly
Screenshots
No response
MapTool Info
v1.13.0, v1.13.0b1
Desktop
Win 11
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Are you storing the token id for the lib token and trying to reuse it? There was a recent feature patch to maintain consistent token ids across campaign loads, but Edit Map is essentially deleting the map and creating a new one. It probably didn't receive the same update...
There are two tokens, one is a lib:token (Dragon) with a onTokenMove macro. It has one line [h: broadcast(getLastPath())]
If I change the cell type to anything, it no longer broadcasts.
Describe the Bug
When you change the Map - Cell type to anything other than what the campaign map loaded with, lib tokens appear to fail (remove the .zip from the file to test)
LibBreakOnCellTypeChange.cmpgn.zip
To Reproduce
Expected Behaviour
lib tokens should function properly
Screenshots
No response
MapTool Info
v1.13.0, v1.13.0b1
Desktop
Win 11
Additional Context
No response
The text was updated successfully, but these errors were encountered: