- 1,402
- Posts
- 11
- Years
- Seen Aug 19, 2024
Message: undefined method `hp' for nil:NilClass
Following Pokemon:419:in `check_surf'
Following Pokemon:880:in `pbSurf'
I think all the stuff you've written so far is fine, but you need to additionally make some changes in the following pokemon script that you've added to support surf (because it overwrites the core Essentials surfing code with its own code).
If you understand the changes that you made elsewhere you should be able to work out how to make similar changes in Following Pokemon (probably around line 880 or 419 as those are the lines mentioned in your error).
EDIT: I did something similar a while back, see this pastebin, specifically the part after "@@ -122154,23 +122323,30 @@ # Follow_Pokemon.rb", red is removed, green is added. Keep in mind that my item was called FLOATY and I wanted to keep the HM moves functional.
Last edited: