- 41
- Posts
- 4
- Years
- Seen Sep 19, 2023
I wanted to have a character say different dialogue option based on whether or not you have a fire type in your party (since fire type will make the first gym much easier) However when I have multiple fire types in my party I'm getting an error that crashes the game.
Exception: RuntimeError
Message: Script error within event 16 (coords 32,30), map 101 (Kapnos University):
Exception: NoMethodError
Message: (eval):1:in 'pbExecuteScript'undefined method 'pbHasPokemonType?' for #<Interpreter:0xbd221b0>
Script in question
Conditional Branch: Script: pbHasPokemonType?(:FIRE)
Any idea how to fix this or do I need to not have this check at all?
Exception: RuntimeError
Message: Script error within event 16 (coords 32,30), map 101 (Kapnos University):
Exception: NoMethodError
Message: (eval):1:in 'pbExecuteScript'undefined method 'pbHasPokemonType?' for #<Interpreter:0xbd221b0>
Script in question
Conditional Branch: Script: pbHasPokemonType?(:FIRE)
Any idea how to fix this or do I need to not have this check at all?