What to do when MQL resolves more results than the cardinality permits.
'top'
object
'take-all'
objects
max
'prompt'
mqlObject
mqlMany
'truncate'
'error'
What to do when MQL resolves more results than the cardinality permits.
'top'— pick the highest-scored match.objectonly (the default forobjectfields; preserves pre-cardinality behavior).'take-all'— execute with all resolved Stuffs.objectsonly (the default forobjectswhenmaxis unset).'prompt'— pushmqlObject(cardinality 1) ormqlMany(cardinality K) and await the player's selection.'truncate'— silently take the topmaxmatches.objectsonly.'error'— fail the command with a structured note.