Load game/Back to Starting menu from Modular menu by Luka S.J

EpiQ

Novice
Member
Joined
Mar 1, 2018
Posts
22
Hello!
I would like add to Modular menu by Luka "Load" and "Exit to menu".
But Idk how to call it.. Please help me. Thank you!

EDIT: Something like this?

# Load Screen
MenuHandlers.addEntry(:LOAD,_INTL("Load"),"menuLoad",proc{|menu|
scene = PokemonLoad_Scene.new
screen = PokemonLoadScreen.new(scene)
screen.pbStartLoadScreen
menu.pbEndScene
menu.endscene = false
 
Last edited:
Top