
Hello, I've been using groupinitiative script in a game with experimental sandbox and 2024 beacon sheet as a deafult, using 2014 legacy sheet for monsters. Till yesterday, everything worked fine on default config (below). It computed int for PC from 2024 sheet and dex_mod for monsters from 2014 sheet. filter-sheet( dnd2024byroll20 ) computed( initiative_bonus ) computed( init_tiebreaker ) ⮙ ( dexterity_mod ) But today groupinitiative is crashing whole game/api sandbox and I am getting this raport: TypeError: Cannot read properties of undefined (reading 'initiative_bonus')
TypeError: Cannot read properties of undefined (reading 'initiative_bonus')
at getComputed (file:///home/node/d20-api-server/api.js:674:29)
at getComputedProxy (apiscript.js:12530:29)
at Object.func (apiscript.js:12925:22)
at apiscript.js:13815:33
at Array.reduce (<anonymous>)
at apiscript.js:13798:48
at Array.map (<anonymous>)
at GetBonuses (apiscript.js:13784:31)
at findInitiativeBonus (apiscript.js:13861:23)
at apiscript.js:13903:35 Have you encountered similar problems? I am not proficent with macros/api and I don't know what caused this change. Why it sudenly can't read initiative bonus? Log is showing ""##########> Sandbox [EXPERIMENTAL 2025-04-09] : Ready fired after 7.31s, 226 objects."" so it is not a problem with sandbox. I am still using the script to roll for monsters init, but I had to delete filter-sheet( dnd2024byroll20 ) computed( initiative_bonus ) computed( init_tiebreaker ) line, because it causes the problem and instead I am asking players to roll manually, but it is not ideal.