- Joined
- Aug 2, 2020
- Posts
- 37
Oof, well it was because I tried to implement this script with Luka's Modular Pause Menu, and that gave me the black screen. The code for this was:It's not a problem anyone has told me about before, so not common, no.
You'll have to tell me how you implemented the script/how you're trying to access the UI.
Encounter List:
#-------------------------------------------------------------------------------
# Encounter List
#-------------------------------------------------------------------------------
ModularMenu.add_entry(:ENCOUNTERS, _INTL("Encounters"), "menuEncounter") do |menu|
scene = EncounterList_Scene.new
screen = EncounterList_Screen.new(scene)
pbFadeOutIn(99999) {
screen.pbStartScreen
}
end