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
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
keys,en,de
|
||||
Text/11/text,Hello World!,Hallo Welt!
|
||||
Text/12/text,This is very cool text in english!,Das ist ein sehr cooler Text auf Deutsch!
|
||||
Text/14/text,"This is a text, with a 'comma' and ""quotation marks"" in it.","Das ist ein Text, mit einem 'Komma' und ""Anführungszeichen"" darin."
|
||||
Text/15/text,var is choise,
|
||||
Text/11/text,Hello Hello! (var: {TestVariable}),Hallo Welt!
|
||||
Choice/16/text,This is a choise,
|
||||
Choice/16/disabled_text,,
|
||||
Text/17/text,Cool,
|
||||
Choice/18/text,This is another choise,
|
||||
Choice/18/disabled_text,,
|
||||
Text/19/text,Also Cool,
|
||||
|
||||
|
Reference in New Issue
Block a user