Skip to content

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

@joshuabasley

Description

@joshuabasley

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions