diff --git a/www/js/plugins/MPP_ChoiceEX_Op1.js b/www/js/plugins/MPP_ChoiceEX_Op1.js index b2d73e3..38520c7 100644 --- a/www/js/plugins/MPP_ChoiceEX_Op1.js +++ b/www/js/plugins/MPP_ChoiceEX_Op1.js @@ -494,7 +494,7 @@ PluginManager[_registerCommandName](pluginName, 'addCustomChoice', args => { const id = PluginManager.mppValue(args.id) const choiceParams = { - text: args.choiceText, + text: args.choiceText.replace(/_/g, ' '), value: PluginManager.mppValue(args.returnValue) }; $gameSystem.addCustomChoice(id, choiceParams);