mech-tools
mech-tools
Must have
@CarlosFdez Seems that Item Macro is working when clicking the item directly from the sheet but not as a macro. Was it implemented or pending?
@CarlosFdez attempting to fix this: https://github.com/RedReign/FoundryVTT-BetterRolls5e/pull/300
@tposney Hey, as far as I know, there is no issue with ItemMacro & BR when cliking an item in the sheet (not anymore anyway). If a macro is declared...
@yjeroen Hotfix for this: replace line 1053 of file gridScale.js with: ```javascript if (game.user.isGM) { controls.push(sgLayer.newButtons); } ```
Same behavior with LoadText:  [LoadText.json](https://github.com/pythongosssss/ComfyUI-Custom-Scripts/files/12919021/LoadText.json) This will load the same text (from the same file) in both `Show Text` instead of the two texts from the two files.