19 lines
648 B
Plaintext
19 lines
648 B
Plaintext
// 回滚机制示例 5/5:分支会合后的主线 TextBlock。
|
||
// StoryData Block ID 建议:c0_demo_convergence,gridColumn = 3。
|
||
// UnlockCondition:Any Of(BlockCompleted c0_demo_observe, BlockCompleted c0_demo_protect)。
|
||
|
||
title: C0_RollbackDemo_Convergence
|
||
---
|
||
<<if get_bool("c0_demo_observed")>>
|
||
SLS: 观测结果已归档。你从时间的回声中获得了答案。
|
||
<<else>>
|
||
<<if get_bool("c0_demo_protected")>>
|
||
SLS: 装置已被保护。你为下一次观测保留了余地。
|
||
<<else>>
|
||
SLS: 没有发现有效分支记录,请检查 StoryData 的路线条件。
|
||
<<endif>>
|
||
<<endif>>
|
||
|
||
<<set_bool "c0_demo_convergence_read" true>>
|
||
===
|