【問題】How to change a party command to actor command?
I use the Yanfly Engine Ace - Party System v1.08 in my game. It will add a party command in Window_PartyCommand. I want to move it.The new location is Window_ActorCommand. Such like the below, #encoding:utf-8 # ■ Scene_Battle class Scen…