Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Thank you so much for the detailed explanation! I will try as you have described! But if you ever have the free time and want to add that as a general feature, I would be very grateful. Thank you again for your great reply! ^-^

Thank you for your trust and support! 🫡

Yes, surely in the future there will be some minor update to the plugin and I will incorporate new functions!

If you have another question or need to contact me, I am at your disposal!

(1 edit)

Now that I have bought full version, I see there is a function to just grab the actor ID of the actor on expedition with very simple plugin command. This is fantastic and I want to commend you for including this, because now I just JavaScript my way through all the data I need from that actor. Very easy and dynamic! 

It is crazy how often such simple features are missing from plugins to truly put in your own custom JavaScript. So I wanted to say a special thank you for including it! I hope it is ok and not think as spam please! ^-^

Edit: You know what would be an amazing addition to customize? Run common event on commence and finish expedition! Maybe for the thought list? ^-^

Hello!

Thank you very much for your message!

Although I currently dedicate myself to creating plugins for RPG Maker MZ, I also spent a lot of time making games, which is why, although I'm familiar with the methods for executing most of the RPG Maker MZ commands through code instead of event functions, I like to maintain the base and ease of use of these features.

That's why, whenever I have the chance to include plugin commands that reduce the need to use things through code, I will do so, at least for things that are likely to be frequently used.

Knowing JS for RPG Maker MZ is very helpful, especially because it opens doors that were previously impossible to do without an ultra-long event due to the limitations of the program itself (for example, I hope someday they change the system of Conditions and Events, because being able to choose only one condition seems terrible to me, and having to put one condition, inside another condition, inside another, and so on, seems ridiculous when you could simply use the && or || operators))

What you mentioned, in fact, was one of the things I had planned to implement, but decided to leave for a future update of the plugin. So, I'm glad you mentioned it as well. I believe that will be a good way to further customize the expeditions.

I'm glad you find the plugin useful! Expeditions is, I believe, so far the longest plugin (at least in terms of the number of programmed lines) that I have made to date, and I hope more people can enjoy it!