- 6
- Posts
- 6
- Years
- Seen Jul 29, 2019
I am creating a game in PK. Essentials. I was testing the game when, out of nowhere, this error occurred.
-----------------------------------------------------------------------------------
Script 'PokeBattle_Trainer' line 197: NameError occurred.
uninitialized constant PokeBattle_Trainer::PBSpecies
-----------------------------------------------------------------------------------
This is a script error, of course. I had not been doing anything at all relevant to that script and in fact I hardly ever modify the scripts at all. The most recent things I had been doing were:
- Removing a Trainer I had created by accident from the trainers.pbs file
- Adding a line in an event that enabled Mystery Gifts
I really don't know what the problem is. If anyone needs more info, I can provide. Thanks for any help!
-----------------------------------------------------------------------------------
Script 'PokeBattle_Trainer' line 197: NameError occurred.
uninitialized constant PokeBattle_Trainer::PBSpecies
-----------------------------------------------------------------------------------
This is a script error, of course. I had not been doing anything at all relevant to that script and in fact I hardly ever modify the scripts at all. The most recent things I had been doing were:
- Removing a Trainer I had created by accident from the trainers.pbs file
- Adding a line in an event that enabled Mystery Gifts
I really don't know what the problem is. If anyone needs more info, I can provide. Thanks for any help!
Attachments
Last edited: