http://img340.imageshack.us/img340/47/errorsr0.th.png[/IMG]
I keep getting that error everytime the victory common event ends. The code on the line that the error mentions is here (Bolded line is the error)
Does anyone know what the problem is? It used to work, like awhile ago but all of a sudden, it stopped working. At first, I thought it was because I changed the battle animation part in the Actors Actions script for the ZTBS since it was the last thing I changed before the script messed up but even returning it to normal didn't help.
I keep getting that error everytime the victory common event ends. The code on the line that the error mentions is here (Bolded line is the error)
def command_end
# Clear list of event commands
@list = nil
# If main map event and event ID are valid
if @main and @event_id > 0
# Unlock event
$game_map.events[@event_id].unlock
end
end
# Clear list of event commands
@list = nil
# If main map event and event ID are valid
if @main and @event_id > 0
# Unlock event
$game_map.events[@event_id].unlock
end
end
Does anyone know what the problem is? It used to work, like awhile ago but all of a sudden, it stopped working. At first, I thought it was because I changed the battle animation part in the Actors Actions script for the ZTBS since it was the last thing I changed before the script messed up but even returning it to normal didn't help.