06-19-2022, 01:26 PM
(This post was last modified: 06-19-2022, 01:26 PM by DerVVulfman.)
The description of the error is 'varied'... based upon the size of your script. By that, I mean the length of Kingly Kounters is 288 lines long for version 1.2 in its current form and line 210 is a comment.
IF... the value of 'countertarget' generated and added to all battlers (actor and enemy alike) within Game_Battler was set to a value of nil rather than an empty array ( @countertargets = [] ), you would acquire a totally different message, stating that there was an undefined message of PUSH for nil:NilClass.
So I will need to see 'your' complete version of the script as you have it to determine what your error is. This because your line 210 is not the same as that within the version 1.2 that I have.
IF... the value of 'countertarget' generated and added to all battlers (actor and enemy alike) within Game_Battler was set to a value of nil rather than an empty array ( @countertargets = [] ), you would acquire a totally different message, stating that there was an undefined message of PUSH for nil:NilClass.
So I will need to see 'your' complete version of the script as you have it to determine what your error is. This because your line 210 is not the same as that within the version 1.2 that I have.