I downloaded visustella action sequence plug in and i messed around with plugin and created a simple common event with using just the attack skill.
First thing is when i loaded up the game i get a window pop up called devtools chrome extension
dunno why it popped up maybe someone could explain it to me
anyway, the second error is when i went into battle and selected my attack to attack the enemy and then this error popped up
TypeError -
this[_0x5a2ae5(...)].startMove is not a function
How do i fix it?
MZ - Error when doing action sequence Visustella
● ARCHIVED · READ-ONLY
-
-
I don't use MZ so I can say anything specific but I'd guess maybe you have plugins out of order or you could be missing a core plugin, it action sequences in an extension.
-
i have both VisuMZ_1_BattleCore.js and VisuMZ_0_CoreEngine.js which was the only ones i needed apparently. And the battlecore plugin is below the core engine
-
There could be plugin parameters that need configuring before it will run properly. That's not uncommon for more complex plugins.i have both VisuMZ_1_BattleCore.js and VisuMZ_0_CoreEngine.js which was the only ones i needed apparently. And the battlecore plugin is below the core engine
I've also seen some plugins that require you to at least click on some parameters that you may not plan on using, just to set them to a default value.
Id check the help file and the plugin parameters. If that doesn't work, maybe check the yanfly.moe page and look for the MZ plugin list -
I don't understand sorry
-
Maybe the plugin needs update? i got the plug in from visu sample game project, and took the plug in from that and added it to my game's plugin. So maybe needs update
This is the window that pops up when loading the game
-
VS core engine opens that window by default. It's a tool to help the developer and at some point, you're going to want to look at that window for debugging and such. However, if it's in your way, right now, just go to your plugin settings and turn that option off. Go to your plugins
VisuMZ_0_CoreEngine > Quality of Life Settings > Open Console on Boot > false
I don't have any advice about the action sequence, though. I will say that before someone can help you, they'll need to see your notetags and the output of that console that you want to turn off. So maybe capture some screenshots before turning off the console window.
Edit-You might also be interested inMZ (Visustella) Action Sequences Sample Project by @AkraticHuman for some working examples. -
Unfortunately, VS's paranoia about letting anyone see their code means their plugins return absolutely unusable error messages. You'll have more luck if you contact them directly.
-
[dpost]@jedite1000 [/dpost]
That is the wrong screenshot. What is in the Console tab? If dev tools opened automatically, it means you've probably made a mistake somewhere and it's telling you.
You will have to do more troubleshooting and confirm it's an issue with the plugins and not something you've caused, before you can report it to the VS team for assistance. The link in my signature has a list of checks you need to run first. -
Could you show screenshots of you action sequence? It's pretty hard to help without them.
And as Lady_JJ rightly points out, the dev console opens up, because of a setting in the Core Engine.