- Joined
- Apr 28, 2014
- Messages
- 5
- Reaction score
- 1
- First Language
- English
- Primarily Uses
I usually don't have trouble with using and modifying plug n play scripts, but this one has me pulling my hair out.
I'm trying to use a Battle BGM randomizer script, and I don't understand some of the language.
The script I'm using is here:
The random tracks work fine, but I don't know what this means:
# Turn this switch on before a boss battle so that the
# music you actually want to play will play.
EVENT_SWITCH_ID = 10
I've tried script calls and comments before the Boss Battle, but I can't get this to work. Help?
I'm trying to use a Battle BGM randomizer script, and I don't understand some of the language.
The script I'm using is here:
#==============================================================================
# Random Battle Themes
# Version: 1.0
# Author: DiamondandPlatinum3
# Date: July 23, 2012
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Description:
# This script allows you to play a random battle theme upon starting a
# battle, it can be turned off before a boss battle via switch so that
# the appropriate battle them still plays for them.
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Turn this switch on before a boss battle so that the
# music you actually want to play will play.
EVENT_SWITCH_ID = 10
The random tracks work fine, but I don't know what this means:
# Turn this switch on before a boss battle so that the
# music you actually want to play will play.
EVENT_SWITCH_ID = 10
I've tried script calls and comments before the Boss Battle, but I can't get this to work. Help?
Last edited by a moderator:

