Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

Menu Scrolling Add-on

I am hoping that someone could make this for me because it will definitally help my game. I want a menu add-on that will enable scrolling in the menu so that I can have more than 7 choices in my menu (I am talking about the default menu). Could someone please post an add-on and tell me which lines to delete and where to add this. It would be great  :thumb:...
 
Go to Scene_Menu and add find the following

Code:
    s1 = $data_system.words.item
    s2 = $data_system.words.skill
    s3 = $data_system.words.equip
    s4 = "Status"
    s5 = "Save"
    s6 = "End Game"
    s7 = "Pictures"
    @command_window = Window_Command.new(160, [s1, s2, s3, s4, s5, s6, s7])
    @command_window.index = @menu_index

Right after that add the following line
Code:
@command_window.height = 224

That should make the menu window scroll if you add more options to it.
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top