Player
Player copied to clipboard
New Command 2056/2057 - Clone/Destroy Map Event
Command that clones Events from any map inside the current map.
The syntax always comes in pairs. The first parameter of each pair indicates whether you are using a direct value or a variable/indirect variable, through ValueOrVariable().
Syntax (TPC):
@raw 2056,
"", // Rename the Target Event [Optional]
0, 1, // Source Map's ID.
0, 2, // Source Event's ID
0, 3, // Target's x coordinate
0, 4, // Target's y coordinate
0, 5, // Target's Event's ID [Optional]
// 👆 if a value is defined, it will replace an existing event.