RPG Maker Forums

Clone Events v1.0
Shaz
Introduction
When you have heaps of events that are all exactly the same, and then you decide you want to make one small change, finding every single event and repeating that change can be a nightmare. This script will let you create an event once, and then clone it to any other map. If you decide you want to change something, you change one event on one map. That’s it.

How to Use
Paste into a new script slot below Materials. If there are conflicts with other scripts that alias the Game_Event.initialize method, place this script above those.

Set Your Preferences
CLONE_MAP - set this to nil if you want to copy events from any map, or to the map id (no leading zeros) if you want to keep all your source events on a single map.
USE_NAME - set this to true if you want to name your source events (all source events on the same map must have unique names), or to false if you want to refer to events via their ids (no leading zeros).

Create Your Source Events
Create the events to be copied just like you'd create any regular event. If CLONE_MAP is set to a map number, all of these source events should be on that map. If USE_NAME is set to true, all of the source events on a single map should have unique names

Create your Clones
On the map the player will visit, create a 'dummy' event (you can name it if you want, but you don't have to; you can also give it an event graphic if you want, which will help you identify/locate it later should the need arise).
This dummy event will have a single event page, with one event command - a comment.

If you are cloning events from any map (CLONE_MAP = nil) and using event names (USE_NAME = true),
Code:
<clone mapid eventname>
<clone 18 ogre>
If you are cloning events from any map (CLONE_MAP = nil) and using event ids (USE_NAME = false),
Code:
<clone mapid eventid>
<clone 18 7>
If all your source events are on the same map (CLONE_MAP = 18 or other map id) and you are using event names (USE_NAME = true),
Code:
<clone eventname>
<clone ogre>
If all your source events are on the same map (CLONE_MAP = 18 or other map id) and you are using event ids (USE_NAME = false),
Code:
<clone eventid>
<clone 7>
Script
Get it here


Credit and Thanks
- Shaz

Author's Notes
Free for use in commercial games. Give credit.

In response to erthia's request, I have converted this script for use in VX.

Latest Threads

Latest Posts

Latest Profile Posts

He mad, but he cute :kaopride:

Our latest feature is an interview with... me?!

People4_2 (Capelet off and on) added!

Just beat the last of us 2 last night and starting jedi: fallen order right now, both use unreal engine & when I say i knew 80% of jedi's buttons right away because they were the same buttons as TLOU2 its ridiculous, even the same narrow hallway crawl and barely-made-it jump they do. Unreal Engine is just big budget RPG Maker the way they make games nearly identical at its core lol.
Can someone recommend some fun story-heavy RPGs to me? Coming up with good gameplay is a nightmare! I was thinking of making some gameplay platforming-based, but that doesn't work well in RPG form*. I also was thinking of removing battles, but that would be too much like OneShot. I don't even know how to make good puzzles!

Forum statistics

Threads
106,035
Messages
1,018,459
Members
137,821
Latest member
Capterson
Top