DirectMenuPatch
Implementation for the DirectMenuPatch for RM2k(3) as described in Makerpendiums patch database: https://dev.makerpendium.de/docs/patch_db/main-en.htm?page=direct_menu
This patch is enabled by adding the following line to the [Patch] section in EasyRPG.ini
DirectMenu=[VariableId]
Additionally the "OpenMainMenu" command is extended to mirror the same functionality. (If both variants are used, scenes set via command parameter take priority) 1st param: scene id 2nd param: party member id or actor id 3rd param: 0: party member id is used, 1: db actor id is used
Default var ids for this patch are V3326 & V3327
EDIT: It should be noted that in this implementation scene id 4 (Status) also works for RM2K and not just 2k3 engine type games.