anytime I try to boot the playtest up I get an error, str.replaceall is not a function. I'm really interested in the plugin but i'm not quite sure what i'm doing wrong. even the sample project is getting this error.
A new way to build class stats on RPG Maker MZ! · By
Hi there
Only error I got on the sample project was a missing plugin TinyGetInfoWndMz. Once I disabled it on the plugin manager, sample project runs fine.
I will update the sample project today or tomorrow, but about this plugin when the error happens again, press F8 or F12. A browser window will open. Go to the CONSOLE tab and send me a screenshot of what is in there.
I didn't manage to replicate your error on the sample project or in another project. It seems to me that the problem is on the Curve Name:
This name cannot be empty or be a number. Otherwise, it will be parsed as a number when it should be a string(text).
So, if it is a number, the method .replaceAll will not work, because this method only exists for strings. When applying to a number this method is undefined, which will cause the error you are getting. So, double check your curve names and see if you have a number or any empty spaces.
If you fix this and still get the error, I will need for you to upload a project replicating the error and send the link here to me, so I can playtest it, trigger the error and see what is happening.