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
If you look at the token is it a linked actor?
A unlinked token is a unique copy of the actor and if you change it you don’t change the original actor.
If you copy the actor afterwards you don’t get the changes.
It looks like during the Hooks.on('preCreateActor') that is called when you duplicate an actor it overwrites whatever settings are set on the prototype token before the duplication.
To Duplicate
"Display Name"
to"Always for Everyone"
"Display Name"
has reset to"Hovered by Owner"
Expected Behavior
Duplicating an actor will not change customized token settings.
The text was updated successfully, but these errors were encountered: