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?
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: