Kekilla0 / Item-Macro

Store macros in your items, execute them from your character sheet or from your favorite automation module!
MIT License
18 stars 21 forks source link

"Token" is a tokenDocument for synthetic actors. #33

Closed krbz999 closed 2 years ago

krbz999 commented 2 years ago

The code in question

An item macro executed on a linked actor has token correctly for the token constant, but is a token document for unlinked actors.

It would be an easy fix with item.actor?.token?.object.

Kekilla0 commented 2 years ago

Will be fixed for V10