- Joined
- Nov 18, 2015
- Messages
- 399
- Reaction score
- 50
- First Language
- English
- Primarily Uses
- RMMV
I have a few "Buy Only" shops in my game and at the moment it's a little annoying that I have to click the buy button when the Sell button is disabled to begin with. I would like to bypass that initial screen and simply go to the Buy Screen directly.
Is there a Script call that will get you there... Something like this Script call to get directly to the Item Menu Screen?
Please help...
Is there a Script call that will get you there... Something like this Script call to get directly to the Item Menu Screen?
Code:
SceneManager.push(Scene_Item)
SceneManager.refresh
Please help...