This plugin can rotate or swap party formation by pressing L key. This works in battle and on map. My problem is that I can't open the console f12 if this plugin is in on and I am sure it is causing some errors when I push L with item menu open.
Is there another way to rotate party formation like a common event that I could use with YEP_common_button_event. Or another plugin to rotate party formation with a button.
Any help would be appreciated.
PH_SwapPartyPlugin Alternative
● ARCHIVED · READ-ONLY
-
-
I found this on the forum it works as a regular event script command, but not common event with button.
$gameParty._actors.push($gameParty._actors.shift());
$gamePlayer.refresh();
$gameMap.requestRefresh(); -
It does work on map not in battle or menus however!!! YEP common_button_event and YEP Keyboadconfig had a conflict have to set controls to default through game option menu for new common event button to show up.
Still I would like to be able to quick change formation during battle but I fear this may cause unexpected errors.
PH_SwapPartyPlugin seems to function in menus battle anywhere really. This global switch may be the source of my original errors in menus. I needed this to work on map the most of all so that's great, but a simple solution like this for battle mode without a plugin would be nice.
-
Alright, you have a lot going on here:
1.) If you want to add more information to your post before anyone replies to you, just click the 'edit' button instead of multiple posting.
2.) If you are talking about any plugins, please provide a link. I don't know what PH_SwapPartyPlugin is. Even Yanfly plugins that are well known, give a link to those too. You want to make it easy for people to help you, so they don't have to go searching for plugins.
My problem is that I can't open the console f12 if this plugin is in on and I am sure it is causing some errors when I push L with item menu open.
3.) The console is normally opened during test play with F8, so try F8 also.
4.) It's entirely possible that the party is getting shifted around, but the item menu is simply not refreshing the screen to show that.