I was checking Dvv's Limit Break after a long while and found out that if a chararacter get's the limit break up to max and the actor doesn't have a limit break skill then the actor can't attack. I decided to check the script and found that to make an actor without a limit break gauge then i'd have to put this in the script ($lb_disable = [7] "7= actor #"). So I do this and then put an event that opens the event command script... and I place this inside it ($lb_enable = [7]). This has no effect on the actor. My question is how would I put this in the script command to give the actor a limit break guage. Does anyone have any ideas on what I should do?