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.

Calling a Specific Menu Screen?

Is there anyway to call a specific menu screen? Like the item menu? I'm guessing that it can be done with a simple script or script command. That's why I feel like it should be in RGSS support. Sorry if it's in the wrong area.
 
Yeyinde":6lm5iacd said:
It's Scene_Item.  Ruby is VERY picky about capitals
Most languages are.

Also, some of the menus (Status, Equip, Skill) let you set which actor should be viewed by passing the ID in paranthesis:
Code:
$scene = Scene_Equip.new(0)
would give you the equip menu for the first actor in the party. With Scene_Equip, you can also add another parameter for what piece of equipment is to be selected, though his has very limited usage.
This parameter is available for the status menu as well... it seems like eb! screwed up.
 

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