Formation Option - Removed?

● ARCHIVED · READ-ONLY
Started by MisterTorgue 3 posts View original ↗
  1. Hi All,

    Is there anyway to remove the "Formations" Option from your Menu Screen?

    Cheers!
  2. Hello! Yes, open your script editor and paste the following code in a new slot above Main:

    class Window_MenuCommand < Window_Command def add_formation_command endendCheers!
  3. Thanks so much, had too many options on my menu and didnt need formations!! =]