Add duplicate to docs, move Add/Remove events to top
This commit is contained in:
parent
7f2aefc050
commit
159e20bd7a
1 changed files with 13 additions and 13 deletions
|
@ -19,6 +19,19 @@ All of the events are visible on the map. The Event Details window on the right
|
||||||
.. warning::
|
.. warning::
|
||||||
There is currently no undo/redo functionality when editing events! Use Git version control!
|
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
|
Event Positions
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
|
@ -209,19 +222,6 @@ Respawn Map
|
||||||
Respawn NPC
|
Respawn NPC
|
||||||
Exclusive to pokefirered. The local id of the NPC the player will interact with when they white out.
|
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
|
Open Map Scripts
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue