- 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 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.