======Reset Map======
----
Resets the specified [[map|map]] to its original state. When resetting the current [[map]], the [[player_character|player character]] will be returned to the [[tile|tile]] they started on when the [[map|map]] was last loaded.
====Signature:====
reset_map(map_name)
^Argument^Description^Type^Required^
|map_name|Name of the [[map|map]] to reset.|[[string|String]]|Yes|
====Example:====
reset_map("dungeon");
//Results:// The [[map|map]] with resource name "dungeon" is restored to its original state.
Use the **Reset Map** function to reset a dungeon containing a series of enemies to defeat or a puzzle to solve when the player leaves without completing the area.
----
====Editor Node:====
{{:wiki:reset_map_node.png?nolink|}}
~~NOTOC~~