I want to add an option of "surrender" in the party command window(That Fight/Escape Window). Choosing it will immediately make the player lose the fight.
Sounds simple but I don't know how to do it. Any help would be appreciated!
what engine do you use? MV / MZ?
if it's MV i think you could use
Common Event Party Commands - MV by Ninjapon Description -This plugin allows you to add more options to the party command window (fight/escape window) as common events -It allows you to add up to 4 extra commands, and allows you to remove fight or escape if you so choose -The plugin commands...
forums.rpgmakerweb.com
then in the common event called by that command... add 'abort battle' event command...
in that common event you could also add some conditional check for boss battle switch for example... if it's boss battle you must not surrender for example... and maybe some penalty for surrender like lose all money could be added too...
i think that plugin 'might' work too for MZ (did not try it though).
hope this help.