@JaredCUtahJazz Based off of the example you provided, you could try the following:
Create a Visitor Boolean Attribute #1 and add two enrichments. The first enrichment would set the Boolean to True, you would create a rule for when the Timeline Number Attribute equals 3. The second enrichment would set the Boolean to False, you would create a rule for when the Timeline Number Attribute is not equal to 3 OR the Timeline Number Attribute is less than 3 (or whatever parameter you set).
Create a second Visitor Boolean Attribute #2 and add two enrichments. The first enrichment would set the Boolean to True, you would create a rule for when the Visitor Boolean Attribute #1 equals true. The second enrichment would set the Boolean to False, you'd create a rule for when the Visitor Boolean Attribute #1 equals false.
You could then follow the same pattern for subsequent Boolean Attributes.
Here's some documentation you may find helpful:
Using Attributes
Boolean Attributes
Using Enrichments
... View more