• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games.
    Don't forget to come back September 21st to vote for your favorites!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!

Following Pokemon EX 21.1 Errors

Gokami

Rookie
Member
Joined
Mar 31, 2025
Posts
4
I'm sorry to be a bother, i'm trying to learn how to code a game by following thundaga's youtube series. unfortunately his version worked and mine proceeded to reveal this error repeatedly so i hoped someone might be able to provide any insight where i went wrong installing or enabling the script.

I checked it was compiled correctly though i used the debug menu from the playtest button because holding ctrl didn't do anything. It showed as compiled all the files from the pbs so i thought it was correct.

All the versions are correct and up to date as i've reinstalled everything 3 times. Thankfully i've only just started so i didn't lose much data.

[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]

Script error in event 3 (coords 8,4), map 32 (Pokémon Lab)
Exception: NoMethodError
Message: undefined method `FollowingPkmn_following' for #<Interpreter @event_id: 3>

***Full script:
FollowingPkmn_following(003)

Backtrace:
(eval):1:in `execute_script'
Interpreter:138:in `eval'
Interpreter:138:in `execute_script'
Interpreter_Commands:1177:in `command_355'
Interpreter_Commands:116:in `execute_command'
Interpreter:130:in `block in update'
Interpreter:86:in `loop'
Interpreter:86:in `update'
[Following Pokemon EX] Refresh.rb:268:in `update'
Scene_Map:167:in `block in update'

This is the error i keep getting, i don't know what it means by block in update or scene_map:167 but i'd hoped someone with a more experienced eye could reveal something i'm not seeing. Thanks in advance for your time.
 
I'm sorry to be a bother, i'm trying to learn how to code a game by following thundaga's youtube series. unfortunately his version worked and mine proceeded to reveal this error repeatedly so i hoped someone might be able to provide any insight where i went wrong installing or enabling the script.

I checked it was compiled correctly though i used the debug menu from the playtest button because holding ctrl didn't do anything. It showed as compiled all the files from the pbs so i thought it was correct.

All the versions are correct and up to date as i've reinstalled everything 3 times. Thankfully i've only just started so i didn't lose much data.

[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]

Script error in event 3 (coords 8,4), map 32 (Pokémon Lab)
Exception: NoMethodError
Message: undefined method `FollowingPkmn_following' for #<Interpreter @event_id: 3>

***Full script:
FollowingPkmn_following(003)

Backtrace:
(eval):1:in `execute_script'
Interpreter:138:in `eval'
Interpreter:138:in `execute_script'
Interpreter_Commands:1177:in `command_355'
Interpreter_Commands:116:in `execute_command'
Interpreter:130:in `block in update'
Interpreter:86:in `loop'
Interpreter:86:in `update'
[Following Pokemon EX] Refresh.rb:268:in `update'
Scene_Map:167:in `block in update'

This is the error i keep getting, i don't know what it means by block in update or scene_map:167 but i'd hoped someone with a more experienced eye could reveal something i'm not seeing. Thanks in advance for your time.
Dont use 003, change it to 3
 
Thanks for the response i got an answer on reddit that helped clear things up as well, i had mistyped the starting script
 
Back
Top