Larkinabout / fvtt-token-action-hud-core

Token Action HUD is a repositionable HUD of actions for a selected token.
13 stars 18 forks source link

[BUG] HUD does not show for token that is attached to another token via Token Attacher #107

Closed nschoenwald closed 1 year ago

nschoenwald commented 1 year ago

Describe the bug The HUD is only shown for the "master token", the mount in this case. It is not shown for the attached token, the rider (a Player Character) in my case.

Steps to reproduce

  1. Attach rider to mount via Token Attacher.
  2. HUD is not shown for GM for the rider any more.

Versions:

Larkinabout commented 1 year ago

Is there still a way to control an individual token within an attached set? If not, I'd maybe look to a development on Token Attacher's side to allow tokens to be individually controlled. Any solution on Token Action HUD Core's side won't be optimal as it needs to know which token you actually want to control in order to grab the actions for that token/actor.

Larkinabout commented 1 year ago

I haven't tested but it looks like it's possible to select the desired token by double left-clicking on the token. If not, can you raise an issue on the Token Attacher repos to request functionality that will allow token selection within an attached group.

Larkinabout commented 1 year ago

Closing as deemed best to resolve on Token Attacher side.