Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Script Call to Open Item Menu?

SoftCatGames

Villager
Xy$
0.00
Howdy!

I was wondering if there is a script call to open the Item Menu directly? I looked through the excel sheet of script calls but didn't see anything. To be clear, I want to open the item menu directly from an event on the map or a common event.

Thanks!
 

trapless

Villager
Xy$
0.00
In the contents section of the event editor select "Script..." from the third tab and insert:
JavaScript:
SceneManager.push(Scene_Item);
 
Top