BACK/CANCEL COMMAND in Scene_Status

● ARCHIVED · READ-ONLY
Started by Hackateck 2 posts View original ↗
  1. Hello everyone!
    Is there a way to add Back/Cancel Command button in Scene_Status ?
    can someone give me an idea/or can i request plugin for this? :)
    Tnx So much.
  2. Yanfly's Status core includes a cancel command. If you don't want to use Yanfly's plugin, you can look at it to see what you need to do, which is basically create a new Window_Command in the Scene_status create function, or rather create a new function createCommandWindow in Scene_status and call that function from create. Look at any scene that has a command window like equip or skill to get an idea of how it's done. The status window itself will have to be adjusted to make room for the command window along with all the stats inside.