KLevelChange XP - Printable Version +- Save-Point (https://www.save-point.org) +-- Forum: Material Development (https://www.save-point.org/forum-8.html) +--- Forum: Scripts Database (https://www.save-point.org/forum-39.html) +---- Forum: RPGMaker XP (RGSS) Engine (https://www.save-point.org/forum-116.html) +---- Thread: KLevelChange XP (/thread-8371.html) |
KLevelChange XP - kyonides - 10-01-2021 KLevelChange XP
by Kyonides Arkanthes Introduction This is a simple scriptlet that will let you call common events whenever the hero levels up or down via gaining or losing experience points, thus changing his or her current level, or by leveling up or down directly. Please read the instructions embedded in the script to learn how to set them up. There is also the possibility to trigger it randomly by changing the LVLUP_ACTIVATION_RATE or LVLDOWN_ACTIVATION_RATE. Set their value to 100 if you always need them to get triggered by the system. Code: # * KLevelChange XP Terms & Conditions Free for use in any kind of game. Mention me in your game credits. [End of list of conditions] |