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.

Inventory Menu

Script Request Template
This is a request for a simple script.

Script Title:
Inventory Menu
RMXP or RMVX:
RMVX
Detailed Description:
When I hit the Menu button, I want it to go to the Inventory screen ALONE. And when I exit, back to the map.
 

Jason

Awesome Bro

This is a really simple edit that you can do yourself...

Go to the script named; Scene_Map, and change line 233 from;

$scene = Scene_Menu.new

To

$scene = Scene_Item.new

THEN

Go to the script named; Scene_Item, and change line 39 from

$scene = Scene_Menu.new(0)

To

$scene = Scene_Map.new

And that's all there is 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