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
This module doesn't require Minor-QOL, and works with macros created when using no other modules as well as when using Midi QOL. The reason your macro isn't showing the counts is that it's missing the trailing semicolon.
I'm going to update the macro matching to allow for the missing semicolon (as well extra whitespace and replacing the double-quotes with single-quotes or back-ticks).
illandril
changed the title
Doesn't work if you aren't using hotbar items that aren't Minor-QOL
Doesn't work if the macro's format isn't perfect
Aug 31, 2020
Seems to require you to have Minor-QOL.
I'm using midi-qol and my macro for lucky looks like this:
game.dnd5e.rollItemMacro("Lucky (Halfling)")
The Minor-QOL looks like this and works:
MinorQOL.doRoll(event, "Lucky (Halfling)", {type: "feat", versatile: false});
The text was updated successfully, but these errors were encountered: