By Fomar0153
Last Updated: 06 March 2012 (Version 1.0)
Download Link: http://pastebin.com/raw.php?i=MmNTF5rJ
This script allows you to have skills replace each other when learnt.

By Fomar0153
Last Updated: 06 March 2012 (Version 1.0)
Download Link: http://pastebin.com/raw.php?i=MmNTF5rJ
This script allows you to have skills replace each other when learnt.
[...] the front view battle Formar0153 made some cool scripts too: Secondary Classes, Barehand Script, Skills Replace Skills and [...]
Hey, I am having a problem with your script. For some reason I am getting a NoMethod Error on line 45.
alias fsr_skill_learn? skill_learn?
def skill_learn?(skill)
return true if fsr_skill_learn?(skill)
return (skill.is_a?(RPG::Skill) && @skills_replaced.include?(skill.id))
end
NoMethodError
undefined method ‘inlcude?’ for nil:NilClass
I am not a scripter at all so I have no clue how to fix this myself. I didn’t change the script at all.
Nevermind, I just found out. I was attempting (by accident) to replace a skill being learned.
My character learns Cure 2 and level 10, and that is skill 32. Cure I is skill 31. I accident set for skill 32
I’m sad I can’t like ;-;