1
This commit is contained in:
19
Assets/Resources/Dialogs/ZakoCurse 0.txt
Normal file
19
Assets/Resources/Dialogs/ZakoCurse 0.txt
Normal file
@@ -0,0 +1,19 @@
|
||||
$[Entry]
|
||||
$Condition{
|
||||
GetGlobalVariable("IsCursed") == 1 -> [Cursed-Start];
|
||||
GetGlobalVariable("IsCursed") == 0 -> [NotCursed-Start];
|
||||
}
|
||||
|
||||
#这是一个注释。
|
||||
|
||||
$[Cursed-Start]
|
||||
$Zako-1(Calm): You are cursed! You are cursed!
|
||||
$Zako-1(Calm): Go find Zako 0 to get rid of the curse!
|
||||
$Zako-1(Calm): I won't lie to you!
|
||||
|
||||
#这是另一个注释。
|
||||
-这个注释有两行。
|
||||
|
||||
$[NotCursed-Start]
|
||||
$Zako-1(Happy): You are not cursed!
|
||||
$Zako-1(Happy): Enjoy your adventure!
|
||||
7
Assets/Resources/Dialogs/ZakoCurse 0.txt.meta
Normal file
7
Assets/Resources/Dialogs/ZakoCurse 0.txt.meta
Normal file
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: abedef5a950c819489df91598deb196f
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user