Test long chain of inline diverts
This commit is contained in:
@@ -5,9 +5,14 @@ This is a text line {if (seen_once>0) "-> second_route"} with a conditional dive
|
||||
|
||||
- (seen_once) -> start
|
||||
|
||||
- (second_route) that can end in two different ways! -> end
|
||||
- (second_route) that can end in two different ways!
|
||||
-> end1
|
||||
|
||||
- (part2) to another part of the script!
|
||||
-> start
|
||||
|
||||
- (end)
|
||||
- (end1) Let's do something -> end2
|
||||
- (end2) really really crazy -> end3
|
||||
- (end3) and string together four lines with diverts -> end4
|
||||
- (end4) just to see what would happen.
|
||||
Wow.
|
||||
@@ -1,3 +1,5 @@
|
||||
This is a line that diverts to another part of the script!
|
||||
This is a text line with a conditional divert in it.
|
||||
This is a text line that can end in two different ways!
|
||||
This is a text line that can end in two different ways!
|
||||
Let's do something really really crazy and string together four lines with diverts just to see what would happen.
|
||||
Wow.
|
||||
Reference in New Issue
Block a user