Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is Multiattack 5e currently working with Midi-QOL? #16

Open
joshuabasley opened this issue Feb 28, 2023 · 0 comments
Open

Is Multiattack 5e currently working with Midi-QOL? #16

joshuabasley opened this issue Feb 28, 2023 · 0 comments

Comments

@joshuabasley
Copy link

When trying to run

const weapons = ["Longsword", "Longsword", "Dagger"];
const actor = canvas.tokens.controlled[0].actor;
game.MA5e.midiMA5e(weapons, actor) 

as a macro I get this error in console.

error1

If I remove actor and run this

const weapons = ["Longsword", "Longsword", "Dagger"];;
game.MA5e.midiMA5e(weapons)

I receive this error:

error2

Foundry Version: v10.291
5e Version: v2.1.5
Multiattack 7.0.0
Midi-QOL 10.0.32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant