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
Add a macro to an item using Item Macro, then execute it (open the item, click "Item Macro" in the top bar, add the macro). The errors show up in the console. I used a very basic console.log("Item Macro execute");.
Issue
I am seeing repeated errors thrown when executing a macro stored in an item using Item Macro. The errors appear to be related to macro marker expecting this.macro to be set, but I am guessing that Item Macro interferes with that assumption:
Setup
Foundry 0.7.9, dnd5e 1.2.4, Item Macro 1.5.1, Macro Marker 1.0.6
How to Replicate
Add a macro to an item using Item Macro, then execute it (open the item, click "Item Macro" in the top bar, add the macro). The errors show up in the console. I used a very basic
console.log("Item Macro execute");
.Issue
I am seeing repeated errors thrown when executing a macro stored in an item using Item Macro. The errors appear to be related to macro marker expecting this.macro to be set, but I am guessing that Item Macro interferes with that assumption:
The text was updated successfully, but these errors were encountered: