- 34
- Posts
- 5
- Years
- Seen Sep 20, 2024
Hey everyone, me again- requesting yet another piece of assistance from this wonderful community. Now, I've had this issue persistently recently and can't figure out why it is that it's happening. I haven't modified any scripts regarding the town map, but suddenly whenever I used the script "pbShowMap" I persistently get "Map data not found" and this error:
This is despite it previously working; I can't figure out what's happening. Any help hugely appreciated; my townmap PBS is attatched for reference!
Code:
---------------------------
Pokemon Essentials
---------------------------
[Pokémon Essentials version 17.2]
Exception: RuntimeError
Message: Script error within event 6 (coords 12,1), map 97 (Jaboca Mall):
Exception: NoMethodError
Message: PScreen_RegionMap:263:in `pbMapScene'undefined method `bitmap' for nil:NilClass
***Full script:
pbShowMap
Interpreter:243:in `pbExecuteScript'
PScreen_RegionMap:352:in `pbStartScreen'
PScreen_RegionMap:363:in `pbShowMap'
PScreen_RegionMap:360:in `pbFadeOutIn'
PScreen_RegionMap:360:in `pbShowMap'
(eval):1:in `pbExecuteScript'
Interpreter:1606:in `eval'
Interpreter:243:in `pbExecuteScript'
Interpreter:1606:in `command_355'
Interpreter:494:in `execute_command'
Interpreter:276:in `pbExecuteScript'
Interpreter:1606:in `command_355'
Interpreter:494:in `execute_command'
Interpreter:193:in `update'
Interpreter:106:in `loop'
Interpreter:198:in `update'
Scene_Map:163:in `update'
Scene_Map:161:in `loop'
Scene_Map:170:in `update'
Scene_Map:234:in `main'
---------------------------
OK
---------------------------
This is despite it previously working; I can't figure out what's happening. Any help hugely appreciated; my townmap PBS is attatched for reference!