RPG Maker Forums

Hi. Since I only have one main character in my game I would like to simply the equipment menu by removing the actor selection page. (This one)



I tried @Sixth's solution to the problem:
Code:
class Scene_Menu < Scene_MenuBase

  alias skip_act_sel9972 create_command_window
  def create_command_window
    skip_act_sel9972
    @command_window.set_handler(:equip, method(:call_equip_scene))
  end

  def call_equip_scene
    if $game_party.members.size > 1
      command_personal
    else
      SceneManager.call(Scene_Equip)
    end
  end

end
But as he said in his original post. It probably won't work with a custom menu. I'm using PAC's main menu.
as well as the compact menu addon

I'm just wondering if there is a way to get rid of the Actor status bit and have it cut straight to the actor equipment page.

Thanks

Latest Threads

Latest Profile Posts

Day 9 of giveaways! 8 prizes today :D
He mad, but he cute :kaopride:

Our latest feature is an interview with... me?!

People4_2 (Capelet off and on) added!

Just beat the last of us 2 last night and starting jedi: fallen order right now, both use unreal engine & when I say i knew 80% of jedi's buttons right away because they were the same buttons as TLOU2 its ridiculous, even the same narrow hallway crawl and barely-made-it jump they do. Unreal Engine is just big budget RPG Maker the way they make games nearly identical at its core lol.

Forum statistics

Threads
106,038
Messages
1,018,467
Members
137,821
Latest member
Capterson
Top