kakaroto / Beyond20

D&D Beyond Character Sheet Integration in Roll20
GNU General Public License v3.0
484 stars 141 forks source link

Added Beyond20_Loaded and Beyond20_NewSettings events to DnD Beyond itself #1135

Closed carrierfry closed 1 month ago

carrierfry commented 1 month ago

As described in #1130 all the custom events are missing on DnD Beyond itself, making it hard to interact with the DOM API when things like settings are important. Since I am not too familiar with Beyond20's code yet, I only added the event triggers for Beyond20_Loaded and Beyond20_NewSettings for now.

Let me know if something is wrong or missing!