Hi pretty new to this and this is my first plug in for rmmz. I keep getting this error when trying to click between party members:
TypeError
SceneManager._scene.activateActorStatusWindow is not a function
Hello, no worries, this has been reported by a number of folks. We have a patch coming soon that will fix it.
If you wanted to fix it yourself, open MYTH_CGC_PartyUI_TypeA in a text editor and go down to functions processTouch near the bottom of the plugin. You will want to change one function called inside it from activateActorStatusWindow()
to activatePartyStatusWindow()
.
Let us know if that fixes the issue. If problems are still happening we can troubleshoot further.
https://vimeo.com/943106527?share=copy
Here is a clip the quality is bad but in it I have a one line battle processing event activated on action button. The battle loads and I use a skill then attempt to end turn. I also click different characters and nothing happens. Let me know if it works. Thank you for your help.