From 159e20bd7a6f6d9c47fb6026bd2ef7387b520d2c Mon Sep 17 00:00:00 2001 From: GriffinR Date: Thu, 9 Jul 2020 19:25:37 -0400 Subject: [PATCH] Add duplicate to docs, move Add/Remove events to top --- docsrc/manual/editing-map-events.rst | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/docsrc/manual/editing-map-events.rst b/docsrc/manual/editing-map-events.rst index ef2c91e2..48602a19 100644 --- a/docsrc/manual/editing-map-events.rst +++ b/docsrc/manual/editing-map-events.rst @@ -19,6 +19,19 @@ All of the events are visible on the map. The Event Details window on the right .. warning:: There is currently no undo/redo functionality when editing events! Use Git version control! +Adding & Deleting Events +------------------------ + +To add a new event, press the green plus button. |add-event-button| You can choose between the different types of events by clicking the small arrow on the right. You can also duplicate any currently selected events with ``Ctrl+D``. + +.. |add-event-button| + image:: images/editing-map-events/add-event-button.png + +To delete the selected event, press the delete button. |delete-event-button| + +.. |delete-event-button| + image:: images/editing-map-events/delete-event-button.png + Event Positions ---------------- @@ -209,19 +222,6 @@ Respawn Map Respawn NPC Exclusive to pokefirered. The local id of the NPC the player will interact with when they white out. -Adding & Deleting Events ------------------------- - -To add a new event, press the green plus button. |add-event-button| You can choose between the different types of events by clicking the small arrow on the right. - -.. |add-event-button| - image:: images/editing-map-events/add-event-button.png - -To delete the selected event, press the delete button. |delete-event-button| - -.. |delete-event-button| - image:: images/editing-map-events/delete-event-button.png - Open Map Scripts ----------------