CristianVasile23 / conversation-hud

A simple FoundryVTT module that adds a nice HUD that display the portraits of all the characters present in a conversation.
MIT License
16 stars 2 forks source link

[Enhancement] Companion Macros #7

Closed harrisog closed 1 year ago

harrisog commented 1 year ago

Wishlist:

CristianVasile23 commented 1 year ago

This should be doable, I will be looking into it but it might take some time until I get around to it.

Regarding the conversation toggle macro with an array of tokens, do you mean a macro that adds all the currently selected tokens from a map into a conversation? Is this what you envisioned?

harrisog commented 1 year ago

Regarding the conversation toggle macro with an array of tokens, do you mean a macro that adds all the currently selected tokens from a map into a conversation? Is this what you envisioned?

Yep, pretty much. Would probably be a good idea (and maybe not just for this use case) to use Token Names for participants to allow differentiating multiple NPC tokens linking back to the same actor.

CristianVasile23 commented 1 year ago

As of release 3.5.0, the module comes with some examples macros which showcase ways to programmatically interact with the module. The packed macros should cover most of the functionality that you requested, but if there are some things that you might need, you can contact me and we can figure something out.

In the future and when I will have some time, I will also create a wiki that will detail the module API and how to use it to create macros.