- 2
- Posts
- 6
- Years
- Seen Aug 4, 2019
Hi Guys
First of all, I just discovered Pokemon essentials and LOVE having the opportunity to make my own pokemon game, thank you everyone for developing and maintaining such a cool system!
I ran into a strange error while editing some of the script to implement psychic terrain. I was jumping around to insert all the effects, and testing now and again, when I started getting the below error on startup:
Script 'PokeBattle_Clauses' line 161:NameError occurred.
undefined method 'pbOnStartUse' for class 'PokeBattle_Move_0E0'
When I check out the script line, it seems to be the script for Seldestruct. No idea why that started acting up as I didn't edit it at all, unless I did something by mistake?
Anyone have any ideas? Maybe compare the lines of text in your version with the version I have (screenshots attahed) to see what the difference is.
My only guess is I added the move "Psychic Terrain" right under Grassy Terrain and the move ID (159) may have affected it somehow?
Any ideas would be appreciated
First of all, I just discovered Pokemon essentials and LOVE having the opportunity to make my own pokemon game, thank you everyone for developing and maintaining such a cool system!
I ran into a strange error while editing some of the script to implement psychic terrain. I was jumping around to insert all the effects, and testing now and again, when I started getting the below error on startup:
Script 'PokeBattle_Clauses' line 161:NameError occurred.
undefined method 'pbOnStartUse' for class 'PokeBattle_Move_0E0'
When I check out the script line, it seems to be the script for Seldestruct. No idea why that started acting up as I didn't edit it at all, unless I did something by mistake?
Anyone have any ideas? Maybe compare the lines of text in your version with the version I have (screenshots attahed) to see what the difference is.
My only guess is I added the move "Psychic Terrain" right under Grassy Terrain and the move ID (159) may have affected it somehow?
Any ideas would be appreciated