"So now my mouse module isn't working with it, weird."
Did you read the V2 fixes/updates?
sure it is lol.
this is what happens when i try to use fly
Spoiler:
"So now my mouse module isn't working with it, weird."
Did you read the V2 fixes/updates?
sure it is lol.
FIXED THE FLY DESTINATION BUG!
Uh oh, no Pokemon or Pokedex for me...
Spoiler:![]()
they only appear, if you HAVE a pokedex and a pokemon of course...
by using your brain? :D or by playing any pokemon game with a dual screen?Haha wow I shoulda known that XD
No way to access Pokegear with this script.
$PokemonMap.whiteFluteUsed=false
next 1
})
# make the pokegear an item
ItemHandlers::UseFromBag.add(:POKEGEAR,proc{|item|
Kernel.pbMessage(_INTL("{1} used the {2}.",$Trainer.name,PBItems.getName(item)))
pbLoadRpgxpScene(Scene_Pokegear.new)
next 1
})
Exception: TypeError
Message: cannot convert false into Integer
Menu:333:in `&'
Menu:333:in `update'
Menu:170:in `pbMenuLoop'
Menu:244:in `pbStartAnimation'
Menu:135:in `pbStartScene'
Menu:619:in `pbStartPokemonMenu'
Scene_Map:188:in `call_menu'
Scene_Map:159:in `updateOldFL'
HUD by FL/Sunakazekun:135:in `update'
Scene_Map:68:in `main'
def save
pbSEPlay("BW2MenuChoose")
pbFadeOutIn(99999) {
pbDebugMenu
}
pbShowMenu
end
def options
pbSEPlay("BW2MenuChoose")
pbFadeOutIn(99999) {
pbLoadRpgxpScene(Scene_Pokegear.new)
}
pbShowMenu
end
EDIT: Finally i managed to push Debug button and Pokegear Button.
Experimenting with Online features and autosave progress with a server, i tried this:
for anyone who want to replace Save dialog with Debug Menu and Options with Pokegear (Otherwise you can choose the order manually)
1. First change in line #154 "SAVE" with "DEBUG"
2. Change in line #155 "OPTIONS" with "POKÉGEAR"
2. In line 561 to 581 replace that section with this:
Code:def save pbSEPlay("BW2MenuChoose") pbFadeOutIn(99999) { pbDebugMenu } pbShowMenu end def options pbSEPlay("BW2MenuChoose") pbFadeOutIn(99999) { pbLoadRpgxpScene(Scene_Pokegear.new) } pbShowMenu end
If you can see, i used "pbDebugMenu" and "pbLoadRpgxpScene(Scene_Pokegear.new)"
![]()
No crashes and errors.
You can try with other things Like "Logout" (Exit RGSS Player), Mini-Games, and other custom scenes, etc.