In my plugin delete lines from 114 to 119. This function was needed for MV but not need for MZ. Should work after that.
Hi, first, thank you so much for the CallMenu Plugin, it worked perfectly for me under RPG Maker MV. Now, I just migrated my game from MV to MZ, and so I deleted lines 114 to 119 of the plugin as you advised. The plugin then works in general, but there is one situation, where it does not work anymore (MZ):
--> When there is a "decision", and I open the menu and save, it makes the save game. When I load the game, I start again at the decision point - so far, so good. BUT: independent of the decision I chose now, it will always take the decision that was marked when I had saved the game. Example: if my cursor was on decision 1, I save, I load, select 2, Then I will still have the outcome of decision one.
Would you have any clue why this happens and how to fix?
(Alternatively, I will have, as a workaround, to block the menu access during decisions, which is not very nice for the player)