TITLE EDIT: [ CRP roll - not posting roll object to console ]
Any reason why this basic CRP roll doesn't show a roll object in the console? Posts to chat just fine... What am I missing? lol on('sheet:opened', (eventInfo) => { console.log(`CRP ROLL`); const roll_string = `&{template:default} {{[[ 3d20kl1 ]]}}`; startRoll(roll_string, (roll) => { console.log(roll); finishRoll(roll.rollId); }); });