How do I make it so that when the limit break bar is full the attack command changes to limit break? I'm using DerVVulfman's limit break script v1.1 and the limit break element id is 17. Sorry if this question has already been answered somewhere else.
Edit: Ok, I've tried different things such as
special_learn $game_actor.limitbreak == 1000
but it always comes out with this error message when a battle starts:
NoMethodError occured while running script.
undefined method 'limitbreak' for nil:NilClass
Edit: Ok, I've tried different things such as
special_learn $game_actor.limitbreak == 1000
but it always comes out with this error message when a battle starts:
NoMethodError occured while running script.
undefined method 'limitbreak' for nil:NilClass