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
14 stars 2 forks source link

Make dragging a conversation onto the scene start that conversation if none is currently active. #52

Open adriangaro opened 3 months ago

adriangaro commented 3 months ago

Atm if you drag a conversation journal entry it onto the scene, it create a journal note/pin.

CristianVasile23 commented 2 months ago

I will look into this to see if it is possible.

At the moment, I do not know if there is any way to intercept the onDrop that is fired when dropping something on the canvas (at the very least, not without overwriting the original canvas onDrop). The original functionality of creating a note will still need to be kept as you might still want to create a note with conversation, but maybe when holding down CTRL it will start a conversation instead of creating a note.

That said, I will look into it and see what can be done.