Options for using Scene Manager script calls?

greensdream

"GREEN'S DREAM" developer page
Veteran
Joined
Jul 15, 2017
Messages
59
Reaction score
26
First Language
English
Primarily Uses
RMMV
I have a custom menu called by a common event, and in that event I have four options to choose from. They are essentially, ITEMS, EQUIP, SAVE, and QUIT. In the event I use script calls to take the player to the Items, Equip, Save, and Quit screens respectively [ SceneManager.push(Scene_Item), etc. ]. My question is this...

If I were to add more options to another custom menu like this, what are my choices for Scene Manager script calls? In this example, I'm using Scene_Item, Scene_Equip, Scene_Save, and Scene_GameEnd. Is there a list of all the other Scene_x calls? For instance, I'm assuming Scene_Options would work, what other "scenes" can I call?

I've attached a screenshot of part of my event showing how I'm using the script calls, in case my question seems vague.
 

Attachments

Eliaquim

Hakuen Studio
Veteran
Joined
May 22, 2018
Messages
1,695
Reaction score
1,113
First Language
Portuguese - Br
Primarily Uses
RMMZ
Hi!
You can open the rpg_scenes.js and check it there :)
 

ShadowDragon

Veteran
Veteran
Joined
Oct 8, 2018
Messages
2,895
Reaction score
1,029
First Language
Dutch
Primarily Uses
RMMV
SceneManager.push(Scene_Options)
SceneManager.push(Scene_Save)
SceneManager.push(Scene_Load)
exit() (closes the game directly)
SceneManager.push(Scene_Equip)
SceneManager.push(Scene_Items)
SceneManager.push(Scene_Formation)
SceneManager.push(Scene_Skills)
SceneManager.push(Scene_Status)

you can also create other ones from other plugins.
 

Solar_Flare

Veteran
Veteran
Joined
Jun 6, 2020
Messages
533
Reaction score
235
First Language
English
Primarily Uses
RMMV
There are even more than that in the base engine.

SceneManager.push(Scene_Battle)
SceneManager.push(Scene_Map) // Probably the only reason you'd ever need this though is for a custom title menu
SceneManager.push(Scene_Gameover)
SceneManager.push(Scene_Menu) // The default menu
SceneManager.push(Scene_Name) // The scene to type in a name for an actor
SceneManager.push(Scene_Shop)
SceneManager.push(Scene_Title)

Some of these need additional setup with (if I recall correctly) SceneManager.prepareNextScene. In particular: for shop, name, and battle, I'd recommend using the dedicated event commands instead of a script call.
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Posts

Latest Profile Posts

Couple hours of work. Might use in my game as a secret find or something. Not sure. Fancy though no? :D
Holy stink, where have I been? Well, I started my temporary job this week. So less time to spend on game design... :(
Cartoonier cloud cover that better fits the art style, as well as (slightly) improved blending/fading... fading clouds when there are larger patterns is still somewhat abrupt for some reason.
Do you Find Tilesetting or Looking for Tilesets/Plugins more fun? Personally I like making my tileset for my Game (Cretaceous Park TM) xD
How many parameters is 'too many'??

Forum statistics

Threads
105,860
Messages
1,017,038
Members
137,568
Latest member
invidious
Top