Getting straight to the problem, I have Battle Symphony script installed (amazing battle system btw~ ), as well as the enemy charset addon.
Everything works fine, until I specify the battler for an enemy using the <battler set: !Flame, 4>.
At the beginning of a battle I get the following error:
Script 'Battle Symphony' line 2096: NoMethodError occurred.
undefined method `%' for nil: NilClass
undefined method `%' for nil: NilClass
Solved it! I figured out that the State Graphics script was causing problems, so I simply placed it above the Battle Symphony and it works :)