PocketAne
Shy Genwunner
- 8
- Posts
- 7
- Years
- Seen Mar 18, 2022
I am trying to implement Luka S.J.'s Fancy Badge script into my game and I keep getting this error every time the badge animation is supposed to render:
---------------------------
Pokemon Essentials
---------------------------
[Pokémon Essentials version 17.2]
Exception: RuntimeError
Message: Script error within event 2 (coords 7,12), map 10 (Cedolan Gym):
Exception: SystemStackError
Message: SJPlugins_Updater:782:in `pbWait_updater'stack level too deep
***Full script:
renderBadgeAnimation(0)
Interpreter:243:in `pbExecuteScript'
SJPlugins_Updater:782:in `pbWait_updater'
SJPlugins_Updater:782:in `pbWait_updater'
SJPlugins_Updater:782:in `pbWait_updater'
SJPlugins_Updater:782:in `pbWait_updater'
SJPlugins_Updater:782:in `pbWait_updater'
SJPlugins_Updater:782:in `pbWait_updater'
SJPlugins_Updater:782:in `pbWait_updater'
SJPlugins_Updater:782:in `pbWait_updater'
SJPlugins_Updater:782:in `pbWait_updater'
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'
This exception was logged in
C:\Users\PocketAne\Saved Games\Pokemon Essentials\errorlog.txt.
Press Ctrl+C to copy this message to the clipboard.
---------------------------
OK
---------------------------
What does this mean and what am I doing wrong?
---------------------------
Pokemon Essentials
---------------------------
[Pokémon Essentials version 17.2]
Exception: RuntimeError
Message: Script error within event 2 (coords 7,12), map 10 (Cedolan Gym):
Exception: SystemStackError
Message: SJPlugins_Updater:782:in `pbWait_updater'stack level too deep
***Full script:
renderBadgeAnimation(0)
Interpreter:243:in `pbExecuteScript'
SJPlugins_Updater:782:in `pbWait_updater'
SJPlugins_Updater:782:in `pbWait_updater'
SJPlugins_Updater:782:in `pbWait_updater'
SJPlugins_Updater:782:in `pbWait_updater'
SJPlugins_Updater:782:in `pbWait_updater'
SJPlugins_Updater:782:in `pbWait_updater'
SJPlugins_Updater:782:in `pbWait_updater'
SJPlugins_Updater:782:in `pbWait_updater'
SJPlugins_Updater:782:in `pbWait_updater'
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'
This exception was logged in
C:\Users\PocketAne\Saved Games\Pokemon Essentials\errorlog.txt.
Press Ctrl+C to copy this message to the clipboard.
---------------------------
OK
---------------------------
What does this mean and what am I doing wrong?
Last edited: