KEventual - 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) +--- Thread: KEventual (/thread-8931.html) |
KEventual - kyonides - 03-22-2024 KEventual
XP + VX + ACE
by Kyonides
Introduction This scriptlet of mine allows you to copy local or external events to the current map. It is quite easy to use. By the way, you can also delete them or restore them at will! And the best thing of all is that your new set of events will be right there waiting for you next them you enter that map! Without call the same setup event over and over again! Script Calls Note: You can use @event_x or @event_y for the current event's XY coordinates. Add a copy of an Event present on the Current Map: Code: copy_event(OtherMapID, EventID, NewEventID, NewX, NewY) Add a copy of an Event available on a Different Map: Code: add_event(OtherMapID, EventID, NewEventID, NewX, NewY) Delete any Event present on the Current Map: Code: delete_event(EventID) Restore any Event that was once present on the Current Map: Code: restore_event(EventID) Secondary Features Just some innocent error messages, that's all! Screenshots Terms & Conditions Free for use in ANY game. Due credit is mandatory. Mention this forum in your game credits. That's it! RE: KEventual - kyonides - 03-26-2024 The Script Has Been Ported to RMVX!
It features every single thing you could find in the RMXP demo, except for the grumpy old wizard for a good reason! Now both ports include more comments on how to use all of their 4 main features. Just in case you didn't notice it before, you can copy the chest event if you take a look at it while its completely open. But once it's available on the map, the Level Changer Girl won't waste her time and will try to delete it. RE: KEventual - kyonides - 04-10-2024 Finally Ported to VX ACE!
Yes, it's true, guys! The functionality remains the same as in its previous incarnations. By the way, all demos now include a condition that will check whether or not the second chest is available on the current map. The Level Changer girl will now ask you to immediately go check out the empty chest if you never have. |