Not Parameter - jrossignol/ContractConfigurator GitHub Wiki
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
}
}