• 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 next favorite protagonist poll is now up, this time for the Almia region from Pokémon Ranger 2! This poll is only lasting 2 days, so don't forget to cast your vote for your favorite protagonist!
  • 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.

Undefined method `pbMessageBlack' error when getting Items

ReVaN777

Creator of Pokemon Titanium
  • 108
    Posts
    13
    Years
    i keep getting this error when trying to get items in either a pokeball or receiving an item... i have even removed the most recent script i have implemented into my game and i still get the error.

    ---------------------------
    Pokemon Titaium
    ---------------------------
    Script 'Interpreter' line 276: RuntimeError occurred.

    Script error within event 8, map 57 (ROUTE 24):

    Exception: NoMethodError

    Message: Section095:2151:in `pbItemBall'undefined method `pbMessageBlack' for Kernel:Module

    ***Full script:

    Kernel.pbItemBall(PBItems::TM45)

    Interpreter:243:in `pbExecuteScript'

    (eval):1:in `pbExecuteScript'

    Interpreter:794:in `eval'

    Interpreter:243:in `pbExecuteScript'

    Interpreter:794:in `command_111'

    Interpreter:320:in `execute_command'

    Interpreter:193:in `update'

    Interpreter:106:in `loop'

    Interpreter:198:in `update'

    Scene_Map:103:in `update'


    ---------------------------
    OK
    ---------------------------

    an help would be appreciated

    I fixed it but the only way I could was to get a fresh set of scripts data file and then reimplement my script I've added again now everything seems to be working fine.
     
    Last edited:
    Back
    Top