As title says it just started happening, I turned off every plugin except Yanfly's CoreEngine and when I go to a battle and press Fight, this error pops up https://i.imgur.com/4xuHcXw.png. fresh game or testing. I went and made a new project just with this plugin on and it works fine. I don't see whats the difference.
this.testEscape is not a function
● ARCHIVED · READ-ONLY
-
-
Game_Actor.prototype.testEscape is defined near line 4268 in rpg_objects.js.
Can you open rpg_objects.js with a text editor and post the version number? (the version number will be on the first couple of lines). Either the version of this file is very old, or you modified it somehow - which explains why a fresh project is OK but the existing project is not. -
Ok I got it to work, was outdated, don't know how that happened but I just replaced it with the one from a new project. Thank You!
-
Yeah if your version was 1.3, then it's a bit old (1.6.1 is the most current version). Having an "old" core file isn't necessarily bad, but it can cause conflicts with plugins, if the plugin is expecting the core files to be "new".
You'll want to update all of the core files (rpg_core.js, rpg_scenes.js, etc.) with their new versions also to avoid possible future errors (so that all core files are on the same version).