Skip to content

Not Parameter

Jeremie Rossignol edited this page Aug 13, 2020 · 2 revisions

The Not parameter inverts the state of its child parameter.

PARAMETER
{
    name = Not
    type = Not

    // The text to display.  Highly recommended not to use the default text, as
    // when the parameter is complete the text of the children disappears (and
    // the default text doesn't give the player a very good idea what the
    // parameter was about).
    //
    // Type:      string
    // Required:  No (defaulted)
    // Default:   Is not true
    //title =

    PARAMETER
    {
        name = ReachState
        type = ReachState

        situation = LANDED
    }
}
Clone this wiki locally