Skip to content
Demez edited this page Feb 16, 2020 · 2 revisions

Each block in QPC has this layout:

Key List That Contains All Values [$CONDITION]
{
}

The bare minimum required is the Key for it to be recognized

You can also split up the list across multiple lines like this:

Key Value That \
    Is Split \
    Across Multiple \
    Lines [$CONDITION]
{
}
Clone this wiki locally