Test long chain of inline diverts

This commit is contained in:
2019-01-14 11:47:58 -05:00
parent 04699612d6
commit 071efe3568
2 changed files with 10 additions and 3 deletions

View File

@@ -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.

View File

@@ -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.