So I use this script...
http://www.rpgmakervxace.net/topic/786-copy-events/
I call the method from the event using the Script Event command.
$game_map.add_event(10, 21, 9, 0)
$game_map.add_event(10, 22, 10, 0)
I have the events on map with ID = 10 and the event ids are 021 and 022.
The event is on a map I want the both two events to be transfered.
I want them at map positions (X,Y) (9,0) and (10,0)
It ALMOST works.
If I will comment the second row, the first event is there.
If not, only the second event is there.
I want both to be transfered though.
What do I do wrong?
Using two events it works. But I wanna make multi event copying using only one event.
http://www.rpgmakervxace.net/topic/786-copy-events/
I call the method from the event using the Script Event command.
$game_map.add_event(10, 21, 9, 0)
$game_map.add_event(10, 22, 10, 0)
I have the events on map with ID = 10 and the event ids are 021 and 022.
The event is on a map I want the both two events to be transfered.
I want them at map positions (X,Y) (9,0) and (10,0)
It ALMOST works.
If I will comment the second row, the first event is there.
If not, only the second event is there.
I want both to be transfered though.
What do I do wrong?
Using two events it works. But I wanna make multi event copying using only one event.
Last edited by a moderator:

