Hi!
In DND5e System 2.12 there is a right click context menu on items.
I would like to ask You to add a Let's Trade button to the context menu.
I've drafted a code that should work, if added to Hook.once("setup") in L12 here, but feel free to implement it however You think is best!
Hi! In DND5e System 2.12 there is a right click context menu on items. I would like to ask You to add a Let's Trade button to the context menu. I've drafted a code that should work, if added to
Hook.once("setup")
in L12 here, but feel free to implement it however You think is best!https://github.com/KageJittai/lets-trade-5e/blob/fae2a058ab17ec2f511bf0dcfc7e3614ba7d4df2/src/main.js#L8-L12
This should also work with upcoming update to Tidy5e Sheet for 2.1, however Tidy5e has a compatibility change from
ul.
tool.
here: https://github.com/KageJittai/lets-trade-5e/blob/fae2a058ab17ec2f511bf0dcfc7e3614ba7d4df2/src/compatibility.js#L19