Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
|
1 parent f232716 commit 54b9298Copy full SHA for 54b9298
‎documentation/timeline-text-syntax.md‎
@@ -55,10 +55,12 @@ update Emilio (excited) left [animation="Tada" wait="true" repeat="3" move_time=
55
56
### Choice event
57
58
+The `|` can be used to put logic behind the choice option.
59
+
60
```dtl
61
- Yes
62
- No | [if {John.Relationship} > 23]
-- Maybe | [if {Stats.Charisma} > 10] [else="disable" alt_text="Maybe [to insecure]"]
63
+- Maybe | [if {Stats.Charisma} > 10] [else="disable" alt_text="Maybe [too insecure]"]
64
```
65
66
### Condition event
0 commit comments