xuyanwen2012 / RMMV-Battle-System-JS

A realtime ARPG battle system for RPG maker MV
https://www.youtube.com/watch?v=ddu1r0sn4vo
35 stars 15 forks source link

Plugin command for finishing the battle? #2

Open vfxblender opened 6 years ago

vfxblender commented 6 years ago

I am having an issue with the end of battle. If I lose nothing happens; no game over screen. If I win it just sits there until I hit x on my keyboard to cancel it. Our there plugin commands or can you add a last man standing code to deal with this issue. Thanks

xuyanwen2012 commented 6 years ago

You are right, I did not include that function in this plugin. I can fix it now, but this plugin is abandoned a long time ago.

vfxblender commented 6 years ago

Don't worry I fixed it in the code you wrote. I made it where if all the Player's team is dead then go to game over screen if x is pressed. If the other team is dead then if x is pressed, the battle mode will end and then if x input a platform opens causing the character to go the next area. I had to work around the problem. Ctrl f and brackets program saved the day lol and I got some coding experience.