Posted September 26, 2020 by Ramza
#bugfix #rpgmaker #dual-wield #menu
Greetings.
I have uploaded a minor update to the menu extension plugin with the following fix:
The above issue seems to have been an oversight from a fix I implemented a couple of updates ago to prevent incorrect information from showing for those params when using these plugins. The fix was implemented under the apparently false assumption that there is always an actor object on the status menu scene, and apparently, this was occasionally not the case. With no actor to clear the cached exparam value of, the project would crash instead. I was unable to duplicate this problem on my end at all, so I'm not entirely sure what sequence of events leads this scene to not have an actor object, but the fix I've implemented this time will prevent it from crashing at least.
-Ramza