- 11
- Posts
- 5
- Years
- Seen Sep 23, 2022
EDIT: Problem resolved! There was just a few missing semicolons and an end statement.
When I try to playtest I get this error:
Script 'PokeBattle_Clauses' line 60: NameError occurred.
undefined method 'pbUseMove' for class 'PokeBattle_Battler'
I don't know what went wrong, since I never edited anything in PokeBattle_Clauses. Anyone have any idea what the issue could be?
For reference, what I have been editing since the last successful playtest:
1. added Ash-Greninja and Battle Bond, following the instruction in this thread: "ULTRA NECROZMA & GRENINJA-ASH" (apparently I'm not allowed to post links yet. Sorry.)
2. Got a SyntacError in PokeBattle_Battler and fixed it by adding "end" to the very end (even though I'm not sure why it even needed an extra "end")
When I try to playtest I get this error:
Script 'PokeBattle_Clauses' line 60: NameError occurred.
undefined method 'pbUseMove' for class 'PokeBattle_Battler'
I don't know what went wrong, since I never edited anything in PokeBattle_Clauses. Anyone have any idea what the issue could be?
For reference, what I have been editing since the last successful playtest:
1. added Ash-Greninja and Battle Bond, following the instruction in this thread: "ULTRA NECROZMA & GRENINJA-ASH" (apparently I'm not allowed to post links yet. Sorry.)
2. Got a SyntacError in PokeBattle_Battler and fixed it by adding "end" to the very end (even though I'm not sure why it even needed an extra "end")
Last edited: