It's been a year so I'll have a lot of backlog-reading to do but...
Code:
TypeError: match.replaceAll is not a function
at tags.js:41
at Array.map (<anonymous>)
at Function.createTagsFromNote (tags.js:41)
at Function.createEnhanceSkillTagsFromNote (enhanceskill.js:50)
at Function.DataManager.processEnhanceSkills (enhanceskill.js:80)
at Scene_Boot.start (enhanceskill.js:70)
at Scene_Boot.start (stanceeskill.js:65)
at Scene_Boot.start (artifact.js:66)
at Scene_Boot.start (newgame_plus_skills.js:69)
at Function.SceneManager.updateScene (rmmz_managers.js:2103)
SceneManager.catchNormalError @ rmmz_managers.js:2032
(Running 0.20.2 from web causes this; standalone works fine. That's a weird error unless I missed something simple?)
Edit: Crap. Console reports using Chrome 80 and
replaceAll
You must be registered to see the links
(introduced in 85+ according to MDN; using 103 as browser).