Added test for Dialogic Choices

This commit is contained in:
cblech
2025-01-20 16:47:07 +01:00
parent cbcbcbbcee
commit 8375598ecd
5 changed files with 41 additions and 18 deletions
+9 -3
View File
@@ -1,3 +1,9 @@
defaulty_the_default_character: Hello World! #id:11
defaulty_the_default_character: This is very cool text in english! #id:12
This is a text, with a 'comma' and "quotation marks" in it. #id:14
if {TestVariable} == "Choise":
var is choise #id:15
defaulty_the_default_character: Hello Hello! (var\: {TestVariable}) #id:11
- This is a choise #id:16
set {TestVariable} = "Choise"
defaulty_the_default_character: Cool #id:17
- This is another choise #id:18
set {TestVariable} = "Another Choise"
defaulty_the_default_character: Also Cool #id:19