Save-Point
Map BGM in Battle - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Material Development (https://www.save-point.org/forum-8.html)
+--- Forum: Scripts Database (https://www.save-point.org/forum-39.html)
+--- Thread: Map BGM in Battle (/thread-2741.html)



Map BGM in Battle - Anonymous - 03-03-2008

Map BGM in Battle
by ??? [Posted on the RPG Maker XP RGSS Wiki]
saved from Phylomortis.Com


Introduction
This script makes it so that you have the option to seamlessly continue playing the map BGM when you enter a battle. Once this script is installed, you will need to use the "Script" command to call the statement "$game_system.map_bgm_in_battle = true" to make the seamless BGM transfer happen, and "$game_system.map_bgm_in_battle = nil" to go back to using the normal battle BGM.

Do not set "$game_system.map_bgm_in_battle" to 'false', as a flaw in RGSS makes the system unintentionally freeze.


Demo
>Click<


Script
Map BGM in Battle