Save-Point
KLevelUpHeal MV - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Material Development (https://www.save-point.org/forum-8.html)
+--- Forum: Plugins and Mods (https://www.save-point.org/forum-74.html)
+---- Forum: RPGMaker MV/MZ Engine (https://www.save-point.org/forum-120.html)
+---- Thread: KLevelUpHeal MV (/thread-9013.html)



KLevelUpHeal MV - kyonides - 09-01-2024

KLevelUpHeal MV

by Kyonides

Introduction

This is the most basic script or plugin that one could ever publish, but here I am publishing it here. :tongueout:

Yes, this plugin lets you customize the way your heroes will level up.
There is always a DEFAULT option to rely upon in case you do not set a custom type of heal for your heroes.

It allows you to leave note tags to get your Actors restore their HP or MP or both of them or clear their states or handle all of that in a blink of an eye.

Note Tags
Code:
<lvlup hp>
<lvlup mp>
<lvlup hp mp>
<lvlup states>
<lvlup all>

If you prefer to set a default value via the DEFAULT Constant or the Plugin Manager, you would just need to enter a string containing any of these options:

HP or MP or States or ALL

Both the note tags and the default options are case insensitive.


Terms & Conditions

Free for use in any game. Gamer 
Credit is optional but appreciated.
You could send me a copy of your game as well! Grinning
That's it!