Added test for Dialogic Choices
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user