剧情
This commit is contained in:
19
Assets/Resources/Story/Chapter0/Dialogs/ZakoCurse 0.txt
Normal file
19
Assets/Resources/Story/Chapter0/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!
|
||||
Reference in New Issue
Block a user