diff --git a/Quick-Main-Paths-Setup.md b/Quick-Main-Paths-Setup.md index e82181a..89a591d 100644 --- a/Quick-Main-Paths-Setup.md +++ b/Quick-Main-Paths-Setup.md @@ -14,7 +14,7 @@ The `DungenFlow's` node list is replicated onto the alternate main paths. The st ### Copy From Main Path Position -The starting index is the first node whose position is greater than the `MainRoomTilePrefab` generated position on the main path. +The starting index is the first node whose position is greater than the `MainRoomTilePrefab` generated position on the first main path. > **NOTE:** The generated position will be some number between 0 and 1. As such, you can expect the start node to always be ignored and the end node to always be duplicated on the alternate main paths. If your node list also has a normal node say at position 0.25, then you can expect that node to be duplicated on the alternate main paths IF the `MainRoomTilePrefab` generated early on the first main path (not guaranteed though).