RPG Event Generator v3.1.0 - v3.1.1
    Preparing search index...

    Interface ConditionalChoice

    interface ConditionalChoice {
        choice_index: number;
        conditions: TemplateCondition[];
        show_when?: boolean;
    }
    Index

    Properties

    choice_index: number
    conditions: TemplateCondition[]
    show_when?: boolean