TheCrafters001
Serperior!
- 19
- Posts
- 4
- Years
- Unova
- Seen Apr 13, 2024
Hello! I am having an issue with pbReviceItem, and it only started happening after I installed EBDX.
All I am doing is executing the following:
and it is crashing with the following message:
What could be causing it to crash like this?
All I am doing is executing the following:
Code:
Kernel.pbReciveItem(:POKEBALL,5)
and it is crashing with the following message:
Spoiler:
---------------------------
Error
---------------------------
Script '[Interpreter]' line 246: RuntimeError occurred.
Script error within event 10 (coords 15,2), map 88 (Stylis City):
Exception: NoMethodError
Message: (eval):1:in `pbExecuteScript'private method `pbReceiveItem' called for Kernel:Module
***Full script:
Kernel.pbReceiveItem(:POKEBALL,5)
Backtrace:
Interpreter:197:in `pbExecuteScript'
Interpreter:1458:in `eval'
Interpreter:197:in `pbExecuteScript'
Interpreter:1458:in `command_355'
Interpreter:359:in `execute_command'
Interpreter:155:in `update'
Interpreter:102:in `loop'
Interpreter:158:in `update'
Scene_Map:162:in `quicksave_update'
Scene_Map:160:in `loop'
---------------------------
OK
---------------------------
Error
---------------------------
Script '[Interpreter]' line 246: RuntimeError occurred.
Script error within event 10 (coords 15,2), map 88 (Stylis City):
Exception: NoMethodError
Message: (eval):1:in `pbExecuteScript'private method `pbReceiveItem' called for Kernel:Module
***Full script:
Kernel.pbReceiveItem(:POKEBALL,5)
Backtrace:
Interpreter:197:in `pbExecuteScript'
Interpreter:1458:in `eval'
Interpreter:197:in `pbExecuteScript'
Interpreter:1458:in `command_355'
Interpreter:359:in `execute_command'
Interpreter:155:in `update'
Interpreter:102:in `loop'
Interpreter:158:in `update'
Scene_Map:162:in `quicksave_update'
Scene_Map:160:in `loop'
---------------------------
OK
---------------------------
What could be causing it to crash like this?