I'm having an issue with the Yanfly's TP Manager.
I have looked around for a solution to my dilemma, but alas I have came up short.
I am humbly asking you for assistance.
My error is on line 1171: of TP Manager
Whenever i go to the Skill Menu (Im using Yanfly's Skill Engine), and scroll down the options
Special
Learn skills
TP Mode <---- when I get to here my playtest ends. and prints out this error.
Script.'TP Manager' line 1171: NoMethodError occured.
undefined method 'empty?' for nil:NilClass
looking at that particular line the error is with this:
Spoiler
Code:
#--------------------------------------------------------------------------# new method: unlocked_tp_modes#--------------------------------------------------------------------------def unlocked_tp_modesif @unlocked_tp_modes.empty? //This is the line the error said@unlocked_tp_modes = actor.unlocked_tp_modes.cloneendreturn @unlocked_tp_modes.uniqend What is your wisdom on this?