- 29
- Posts
- 7
- Years
- Seen Feb 8, 2024
Got a script error I'm trying to fix involving the Evolutions line from Bulbasaur's section in Pokemon.txt
Could anybody help me figure out what may be wrong?
I'm using the Pokemon_Evolution script from the old Pokemon Essentials
But when I use the new Script I get a different Error. Maybe I deleted some other related script that I shouldn't have?
trueException: RuntimeError
Message: Field is not a positive integer
File PBS/pokemon.txt, section 1, key Evolutions
Compiler:391:in `csvPosInt!'
Compiler:1811:in `pbCompilePokemonData'
Compiler:1805:in `each'
Compiler:1805:in `pbCompilePokemonData'
Compiler:1802:in `each'
Compiler:1802:in `pbCompilePokemonData'
Compiler:3970:in `pbCompileAllData'
Compiler:4090
This exception was logged in
C:\Users\Kish Charles\Saved Games\Pokemon Green Remix\errorlog.txt.
Press Ctrl+C to copy this message to the clipboard.
---------------------------
OK
---------------------------
Could anybody help me figure out what may be wrong?
I'm using the Pokemon_Evolution script from the old Pokemon Essentials
But when I use the new Script I get a different Error. Maybe I deleted some other related script that I shouldn't have?
trueException: RuntimeError
Message: Field is not a positive integer
File PBS/pokemon.txt, section 1, key Evolutions
Compiler:391:in `csvPosInt!'
Compiler:1811:in `pbCompilePokemonData'
Compiler:1805:in `each'
Compiler:1805:in `pbCompilePokemonData'
Compiler:1802:in `each'
Compiler:1802:in `pbCompilePokemonData'
Compiler:3970:in `pbCompileAllData'
Compiler:4090
This exception was logged in
C:\Users\Kish Charles\Saved Games\Pokemon Green Remix\errorlog.txt.
Press Ctrl+C to copy this message to the clipboard.
---------------------------
OK
---------------------------
Last edited by a moderator: