Kekilla0 / World-Scripter

Allow you to write a script in game which executes as if it was a world script.
MIT License
3 stars 1 forks source link

Make the add to compendium option on right clicking in hot bar a setting that is set in the configuration of the module #6

Closed Freeze021 closed 2 years ago

Freeze021 commented 2 years ago

As the title says. It isnt always useful to have that option there so being able to toggle it off via the configuration would be super.

Freeze021 commented 2 years ago

also, your compendium is not created as you expect, it is a world level compendium when created by createCompendium, not module level. So the way you get your World Scripter Macros pack is wrong, it should use "world.macros" not "world-scripter.macros"

quote Atropos: The createCompendium API only supports the creation of world-level packs because world-level is the only place that compendium data can be safely persisted in this context.