Posts: 14
Threads: 3
Joined: Apr 2010
Valdred Wrote:Add another on the next line.
it didn't work still got the error on the same line.
DerVVulfman Wrote:And add
in front as the first line
its an edit to game battler 3 not a new script. do I still need that?
Posts: 1,019
Threads: 76
Joined: Jan 2010
Is your code between such statements (class Game_Battler, end) already? if not, yeah they need to. class Game_Battler means, "Now we're gonna add some stuff to the Game_Battler class." :)
Valdred
Tech Administrator of Save-Point
Posts: 14
Threads: 3
Joined: Apr 2010
I replaced the method in game battler 3 that starts on line 38 and reads
#--------------------------------------------------------------------------
# * Applying Normal Attack Effects
# attacker : battler
#--------------------------------------------------------------------------
Posts: 14
Threads: 3
Joined: Apr 2010
thanks for all the attempts. I figured it out and boy was it weird.