Having issues editing the script "Drunk" just to make a simple chat output change. Changed the original script from: setDefaults = (reset) => { const defaults = { config: { command: 'drunk', advanced: false, inebriation_level_attribute_name: 'inebration_level', inbebration_dc: 10, inbebration_levels: { 1: [ '<b>Disadvantage</b> on <i>Persuasion</i> and <i>Deception</i>.', '<b>Advantage</b> against <i>Frightened</i>.', 'To cast a spell, make a DC 10 Constitution saving throw or the spell fails. The spell is not wasted.', ], too: setDefaults = (reset) => { const defaults = { config: { command: 'drunk', advanced: false, inebriation_level_attribute_name: 'inebration_level', inbebration_dc: 10, inbebration_levels: { 1: [ '<b>Disadvantage</b> on <i>Persuasion</i> and <i>Deception</i>.', '<b>Advantage</b> against <i>Frightened</i>.', 'To cast a spell, make a DC 10 Constitution saving throw or the spell fails. The spell is not wasted.', 'You start the night with a cold one with the boys.' ], The output is only showing the first/original output and not the, " 'You start the night with a cold one with the boys.'". I have 0 programming experience so any help is greatly appreciated. (sorry if this is a stupid question)