Legend of Zelda: Music changes when fighting blizz-abs enemy: (like in the zelda games such as OOt and twilight princess)
I'm currently working on a Zelda game and I'm wondering if its possible to make this happen? If anyone hears me out, I'd really appreciate it.
This can be done with events. I'm not sure you need to make mods to the script.
I know for certain that there is code that will check the player's (or an event's) x, y coordinates. You can compare this to the latter and change the music when your characters reaches so many panels from your enemy.
Have you tried searching? We had this topic about... 5-7 times already? I even posted a fully working Event System for it once, and Ryex made a Script you can use for this. The search function is there for a reason.
The more advanced (and accurate) way to do this is to check the AI states of all the battlers in ABSEAL range, and if any are not Idle, then the player is in battle.
here http://forum.chaos-project.com/index.php/topic,7501.0.html