Alright I'm using Enu Tankentai Battle system for XP.I'm getting this error and I'm not sure why or what to do about it. The error will not show up all the time and I can't narrow down what conditions cause it.The only thing consistent is that the error comes up during battle.
The error reads
Script "sideview 1" Line 227: TypeError Occured can't dup NilClass"
def start_action(kind)
reset
stand_by
@action = ACTION[kind].dup #This is the line for 227
active = @action.shift
@action.push("End")
@active_action = ANIME[active]
@wait = active.to_i if @active_action == nil
action
end
Not sure if it's related but about the same time this error started showing up my victory music would continue to play even after the battle was over.Playing the song all the way through.
Alright I'm using Enu Tankentai Battle system for XP.I'm getting this error and I'm not sure why or what to do about it. The error will not show up all the time and I can't narrow down what conditions cause it.The only thing consistent is that the error comes up during battle.
The error reads
Script "sideview 1" Line 227: TypeError Occured can't dup NilClass"
Not sure if it's related but about the same time this error started showing up my victory music would continue to play even after the battle was over.Playing the song all the way through.
Share this post
Link to post
Share on other sites