• 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.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Serena, Kris, Dawn, Red - which Pokémon protagonist is your favorite? Let us know by voting in our grand final favorite protagonist poll!
  • PokéCommunity supports the Stop Killing Games movement. If you're a resident of the UK or EU, consider signing one of the petitions to stop publishers from destroying games. Click here for more information!
  • 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.

[PBS Question] Strange RKSSYSTEM Error

Soccersam

Hilbert is Badass
  • 179
    Posts
    8
    Years
    • Seen Feb 26, 2024
    So just for fun, I was working on a short game project on the side set in the Alola region. I was all in, implementing the abilities and gen 6-7 PBS files, scripts, etc. But when I ran them, for some reason, I got this strange runtime error:-

    ---------------------------
    Pokemon Essentials
    ---------------------------
    Exception: RuntimeError

    Message: Undefined value RKSSYSTEM in PBAbilities

    File PBS/pokemon.txt, section 773, key HiddenAbility

    RKSSYSTEM



    Compiler:444:in `checkEnumField'

    Compiler:429:in `csvEnumField!'

    Compiler:1782:in `pbCompilePokemonData'

    Compiler:1768:in `each'

    Compiler:1768:in `pbCompilePokemonData'

    Compiler:1766:in `loop'

    Compiler:1847:in `pbCompilePokemonData'

    Compiler:1750:in `each'

    Compiler:1750:in `pbCompilePokemonData'

    Compiler:1749:in `each'



    This exception was logged in

    C:\Users\wickedsoham\Saved Games/Pokemon Essentials/errorlog.txt.

    Press Ctrl+C to copy this message to the clipboard.
    ---------------------------
    OK
    ---------------------------

    This was a little weird. I had gotten this sort of error before, which turned out to be a typo in my PBS files. But this one's got me whipped. I think RKSSYSTEM is an Ultra Beast ability? But AFAIK it is implemented in my PBS files. So where'd I go wrong?

    I know next to nothing about Ruby or RGSS, and was just following the instructions given in the Gen 6-7 Pack for implementing the abilities (I hadn't even implemented one when I got this error)

    Has anyone faced this problem before? What'd you do to fix it?
     
    Last edited:
    Back
    Top