Save-Point
KChangeCmdMsg VX + ACE - 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: KChangeCmdMsg VX + ACE (/thread-11617.html)



KChangeCmdMsg VX + ACE - kyonides - 07-23-2025

KChangeCmdMsg VX + ACE

by Kyonides

Introduction

This scriptlet is very practical. It allows you to predefine a message that will include both the object's name and the total amount of things the party has gain or lost just a split second ago. You will no longer need to click on the Show Text event command ever again to inform the player about those changes.

That's laziness at its best! [Image: thumbs.gif] 

NOTES:

The FOUND_MSG & LOST_MSG constants contain the automated earn & lost messages. Feel free to change them at will.
Yet, you can also customize both JOIN_MSG and LEAVE_MSG if you want to add your personal touch to this new automated message.

I know VX & VX ACE already offer a way to quickly create a automated message, yet, this one allows you to find several items in a row at the same spot without any complications. And you can still add any other event commands to your event command list.


Terms & Conditions

If you know how to use the engine, that's enough for me! [Image: grin.gif]
Of course, I wouldn't mind if you include me in your game credits. [Image: wink.gif]
That's it! [Image: tongue.gif]


RE: KChangeCmdMsg VX + ACE - kyonides - 07-23-2025

Interesting Update!

Since version 1.1.0, you can now automate the message that will be displayed whenever a hero joins or leaves your party via an event command!