Check if flag has been set within the special project in scope.
May checks on the value or date/days since last modified date.
Examples:
has_project_flag = my_flag
has_project_flag = {
flag = my_flag (mandatory)
value < 12 (optional)
date > 1936.3.25 (optional, compare with the date where the flag was last modified )
days > 365 (optional, compare with the number of days since the flag was last modified )
}
实战 · 配合 · 坑
实战内容由 AI 生成,并已对照 vanilla 命令词表校验 —— 请当作起点而非权威依据。上方的定义节才是游戏自带文档原文。