mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-05 21:51:46 +00:00
53 lines
1.7 KiB
Plaintext
53 lines
1.7 KiB
Plaintext
Script error in event 6 (coords 16,7), map 371 (Pokemon Center):
|
|
|
|
Exception: NameError
|
|
|
|
Message: uninitialized constant PBSpecies::SPEAROW
|
|
|
|
|
|
|
|
***Full script:
|
|
|
|
pbChoosePokemon(1,2,
|
|
proc {|poke|
|
|
!poke.egg? &&
|
|
!(poke.isShadow? rescue false) &&
|
|
poke.species==PBSpecies::SPEAROW
|
|
})
|
|
|
|
|
|
|
|
|
|
Backtrace:
|
|
|
|
(eval):5:in `block in execute_script'
|
|
|
|
005_UI_Party.rb:1067:in `block in pbChooseAblePokemon'
|
|
|
|
005_UI_Party.rb:1066:in `each'
|
|
|
|
005_UI_Party.rb:1066:in `pbChooseAblePokemon'
|
|
|
|
005_UI_Party.rb:1353:in `block in pbChoosePokemon'
|
|
|
|
002_MessageConfig.rb:573:in `pbFadeOutIn'
|
|
|
|
005_UI_Party.rb:1349:in `pbChoosePokemon'
|
|
|
|
(eval):1:in `execute_script'
|
|
|
|
003_Interpreter.rb:137:in `eval'
|
|
|
|
003_Interpreter.rb:137:in `execute_script'
|
|
|
|
|
|
|
|
003_Interpreter.rb:189:in `rescue in execute_script'
|
|
003_Interpreter.rb:135:in `execute_script'
|
|
004_Interpreter_Commands.rb:1024:in `command_355'
|
|
004_Interpreter_Commands.rb:116:in `execute_command'
|
|
003_Interpreter.rb:127:in `block in update'
|
|
003_Interpreter.rb:87:in `loop'
|
|
003_Interpreter.rb:87:in `update'
|
|
002_Scene_Map.rb:157:in `block in update'
|
|
002_Scene_Map.rb:155:in `loop'
|
|
002_Scene_Map.rb:155:in `update'
|
|
002_Scene_Map.rb:235:in `block in main'
|
|
002_Scene_Map.rb:232:in `loop'
|
|
002_Scene_Map.rb:232:in `main'
|
|
999_Main.rb:35:in `mainFunctionDebug'
|
|
999_Main.rb:20:in `mainFunction'
|
|
999_Main.rb:45:in `block (2 levels) in load_scripts_from_folder'
|
|
999_Main.rb:44:in `loop'
|
|
999_Main.rb:44:in `block in load_scripts_from_folder'
|
|
000:Main:31:in `eval'
|
|
000:Main:31:in `block in load_scripts_from_folder'
|
|
000:Main:28:in `each'
|
|
000:Main:28:in `load_scripts_from_folder'
|
|
000:Main:41:in `block in load_scripts_from_folder'
|
|
000:Main:40:in `each'
|
|
000:Main:40:in `load_scripts_from_folder'
|
|
000:Main:44:in `<main>'
|
|
-e:in `eval' |