I found saba kan's bust message script (
https://raw.githubusercontent.com/s...56e9588f1c4/Project/js/plugins/Saba_Tachie.js) and I've managed to translate and make it work within the demo provided. However, every time I try to bring it to another game, even a new one, I get the error "cannot read property '_inner' of undefined"
/C:/Users/lisa_/Documents/Games/Test/js/plugins/Saba_Tachie.js:1296 Uncaught ReferenceError: Decrypter is not defined
rpg_managers.js:1618 TypeError: Cannot read property '_inner' of undefined
at Function.ImageManager.isReady (/C:/Users/lisa_/Documents/Games/Test/js/plugins/Saba_Tachie.js:1278)
at Scene_Boot.Scene_Base.isReady (rpg_scenes.js:33)
at Scene_Boot.isReady (rpg_scenes.js:182)
at Function.SceneManager.updateScene (rpg_managers.js:1667)
at Function.SceneManager.updateMain (rpg_managers.js:1641)
at Function.SceneManager.update (rpg_managers.js:1576)
The original script was in japanese and I've tried to make it work the best I could but I'm completely stumped. Thank you in advance!