Save-Point
Little Battle Edit - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Archives (https://www.save-point.org/forum-105.html)
+--- Forum: Creation Asylum Archives (https://www.save-point.org/forum-90.html)
+---- Forum: Scripts & Code Snippets (https://www.save-point.org/forum-92.html)
+----- Forum: RPG Maker XP Code (https://www.save-point.org/forum-93.html)
+----- Thread: Little Battle Edit (/thread-6826.html)



Little Battle Edit - Darkness Seraph - 12-26-2005

This is a locked, single-post thread from Creation Asylum. Archived here to prevent its loss.
No support is given. If you are the owner of the thread, please contact administration.


Well.... This isent that much, but this is my first ever venture into the world of Ruby.... So i wanted to share it, and get some opinions on where i should take this. anyways, heres what i edited-


Step 1

Step 2

What it does is-
1.Allows you to exit a battle instantly, instead of having to wait a certain time (Default in xp is 20 frames)
2.Stops all music before the battle is exited, Thus allowing your me's or bgms to be as long as you want.
3.Allows the use of BGM's as well as ME's(This was becuase(and if you can help me please do), i couldent figure how to get the ME's to loop, but bgms loop perfect.
4.I made english comments, and heavily commented how to use my new stuff.

Its not hard to use, just folow what the script says. If you cant figure out how to use ME instead of bgm, just comment this line-Audio.bgm_play("Audio/BGM/Your battle ending") and remove the # from these 2- #$game_system.me_stop
and
#Play battle end ME(Default is commented out, remove the "#" for ME)

I dont need any credit for this, since its so small, but please dont flame me :crybaby: this is just my first try to script, and im still just learning.

Any opinions or things you think i should add?