Lanes are used in RFW style maps with two parallel lanes for the teams. They prevent players from leaving their teams lane and entering the enemies.
| Element | Description | |
|---|---|---|
<lanes> </lanes>
|
Node containing this world's lanes. | |
| Sub-elements | Value/Children | |
<lane> </lane>
|
A single lane definition. | Regions |
| Attribute | Description | Value |
|---|---|---|
team
|
Required The team the lane belongs to and in which they have to stay inside. | Team ID |
Example
<lanes>
<lane team="blue">
<region id="blue-lane-total"/>
<region id="blue-spawn-rooms"/>
</lane>
<lane team="red">
<region id="red-lane-total"/>
<region id="red-spawn-rooms"/>
</lane>
</lanes>