Kekilla0 / Item-Macro

Store macros in your items, execute them from your character sheet or from your favorite automation module!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add option to run the macro in addition to the base item roll, rather than replacing the base item roll

schultzcole opened this issue · comments

(dnd5e system for reference)

There may often be times that a user would like an item to perform the standard system item roll, but additionally perform some macro magic. It would be nice to have a checkbox in the item macro config that would cause the base item roll to be rolled prior to the item macro.

edit: Actually I just realized that you can call item.roll() in the item macro to do basically this.