11-15-2011, 12:19 AM
So when I change it to "battler" (I did this for all that said @active_battler); On all of the def's, do I need to do (battler=@active_battler)?
Doing the edits that I've done. Changing all @active_battler to battler and putting (battler=@active_battler) on every def that had the @active_battler code in it. I now get an error in the RTAB script itself on lines 1552 and 1553
wrong number of arguments 1 for 0.
Ill keep messing around.
Doing the edits that I've done. Changing all @active_battler to battler and putting (battler=@active_battler) on every def that had the @active_battler code in it. I now get an error in the RTAB script itself on lines 1552 and 1553
Code:
when 2
update_phase4_step2(battler)
wrong number of arguments 1 for 0.
Ill keep messing around.