Line 8: |
Line 8: |
| *{#invoke:MapBranching | branchingTemplate<br> | | *{#invoke:MapBranching | branchingTemplate<br> |
| |start_to_A = This is the branching info from the start node to node A<br> | | |start_to_A = This is the branching info from the start node to node A<br> |
| + | |start_to_start-1 = This is branching info for starting at the first start node. Eg, when CTF/STF determines your starting node |
| |A_to_B = This is branching info from node A to node B<br> | | |A_to_B = This is branching info from node A to node B<br> |
| |A_to_C = This is branching info from node A to node C<br> | | |A_to_C = This is branching info from node A to node C<br> |
Line 19: |
Line 20: |
| There are only two types of nodes that can be used in either the "From" node or "To" node | | There are only two types of nodes that can be used in either the "From" node or "To" node |
| *''Start'' => This indicates the starting node when you first load into a map. This is the starting node that comes before even node A. | | *''Start'' => This indicates the starting node when you first load into a map. This is the starting node that comes before even node A. |
| + | *''Start-#'' => Where # is 1 through 5 (because when are we really going to have more than 5 start points). This will simply indicate which start position. Refer to the Sprint 2016 event page for examples. |
| *''Any alphabet'' => These respectively reflect the node names. | | *''Any alphabet'' => These respectively reflect the node names. |
| ===Example Invocation=== | | ===Example Invocation=== |
Line 38: |
Line 40: |
| |F_to_H = LoS check for H. <br>Failure sends to G | | |F_to_H = LoS check for H. <br>Failure sends to G |
| |F_to_G = 5 or more CL}} | | |F_to_G = 5 or more CL}} |
− |
| |
| | | |
| ==Credit== | | ==Credit== |
| Module written by [[User:Remi_Scarlet|Remi_Scarlet]] | | Module written by [[User:Remi_Scarlet|Remi_Scarlet]] |