02-08-2010, 08:48 AM
And did you disable the four points where bgm_play is called in CTB by Charlie - Scene_Battle?
I'll list them for you, in the demo they are at:
line 274
line 440
line 753
line 783
They look like this:
You should change them like this:
Oh, and of course you should select (None) as Battle End ME in the System tab of the database.
I'll list them for you, in the demo they are at:
line 274
line 440
line 753
line 783
They look like this:
Code:
# Return to BGM before battle starts
$game_system.bgm_play($game_temp.map_bgm)
Code:
# Return to BGM before battle starts
# $game_system.bgm_play($game_temp.map_bgm)