KChangeMember VX - 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 VX/VXAce (RGSS2/3) Engines (https://www.save-point.org/forum-117.html) +---- Thread: KChangeMember VX (/thread-10603.html) |
KChangeMember VX - kyonides - 10-22-2024 KChangeMember VX
Version 1.0.1
by Kyonides
Introduction Had you ever needed to let a new hero inherit an old hero's equipment? Did you ever want to let a newcomer learn some of a former party member's skills? Well, now this scriptlet will let you do those things with a few simple script calls! Please read the comments embedded in the script to learn how to use the script calls. Warning!
This script does NOT load or read any saved games at any given time!
Instructions Code: # Explanation: :level stands for same level while :equip means same equipment. Examples: Code: succeed_member(1, 2) Terms & Conditions Free for use in non commercial games. Contact me if you are going commercial. Mention me in your game credits! Do not repost it anywhere else! |