• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Conquest protagonist in the poll by clicking here.
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

[Error] Fancy Badge Script Error

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?
     
    Last edited:
    Back
    Top