Prof Oakley
JourneyofPossibilities Creator
- 75
- Posts
- 12
- Years
- Imaginary Land
- Seen May 22, 2017
I keep getting this error message when i start the play test or editor. Now if I erase the 10 part of the pokemon it works fine, but it keeps re-adding the number. When I have more than a few trainers this is going to be highly irritating to fix every test. How do I make it stop adding that 10 in there? If it just added it to the first few it wouldn't be an issue, but it adds it to every stinking pokemon every time I play test or editor the game ><
---------------------------
Pokemon Essentials
---------------------------
Exception: RuntimeError
Message: Undefined item constant name: 10
Name must consist only of letters, numbers, and
underscores and can't begin with a number.
Make sure the item is defined in
PBS/items.txt.
File PBS/trainers.txt, line 6
RATTATA,6,10,,TACKLE,TAILWHIP,QUICKATTACK,,false,false
Compiler:928:in `pbGetConst'
Compiler:938:in `parseItem'
Compiler:1425:in `pbCompileTrainers'
Compiler:1411:in `each'
Compiler:1411:in `pbCompileTrainers'
Compiler:1384:in `loop'
Compiler:1478:in `pbCompileTrainers'
Compiler:4056:in `pbCompileAllData'
Compiler:4174
And now I'm getting this one...
---------------------------
Pokemon Retro
---------------------------
Exception: NoMethodError
Message: undefined method `map_interpreter' for Game_System:Class
PokemonMessages:125:in `pbMapInterpreter'
Compiler:2878:in `pbTrainerTypeCheck'
Compiler:2890:in `pbTrainerBattleCheck'
Compiler:3819:in `pbConvertToTrainerEvent'
Compiler:2932:in `pbCompileTrainerEvents'
Compiler:2927:in `each'
Compiler:2927:in `pbCompileTrainerEvents'
Compiler:2922:in `each'
Compiler:2922:in `pbCompileTrainerEvents'
Compiler:4038:in `pbCompileAllData'
Spoiler:
---------------------------
Pokemon Essentials
---------------------------
Exception: RuntimeError
Message: Undefined item constant name: 10
Name must consist only of letters, numbers, and
underscores and can't begin with a number.
Make sure the item is defined in
PBS/items.txt.
File PBS/trainers.txt, line 6
RATTATA,6,10,,TACKLE,TAILWHIP,QUICKATTACK,,false,false
Compiler:928:in `pbGetConst'
Compiler:938:in `parseItem'
Compiler:1425:in `pbCompileTrainers'
Compiler:1411:in `each'
Compiler:1411:in `pbCompileTrainers'
Compiler:1384:in `loop'
Compiler:1478:in `pbCompileTrainers'
Compiler:4056:in `pbCompileAllData'
Compiler:4174
And now I'm getting this one...
Spoiler:
---------------------------
Pokemon Retro
---------------------------
Exception: NoMethodError
Message: undefined method `map_interpreter' for Game_System:Class
PokemonMessages:125:in `pbMapInterpreter'
Compiler:2878:in `pbTrainerTypeCheck'
Compiler:2890:in `pbTrainerBattleCheck'
Compiler:3819:in `pbConvertToTrainerEvent'
Compiler:2932:in `pbCompileTrainerEvents'
Compiler:2927:in `each'
Compiler:2927:in `pbCompileTrainerEvents'
Compiler:2922:in `each'
Compiler:2922:in `pbCompileTrainerEvents'
Compiler:4038:in `pbCompileAllData'
Last edited: