🧩Collection Module

The Collection Module adds flexible data structure management to your flows.

✅ Supported types:

  • HashSet(deduplicated collection)

  • List (ordered list)

  • Dict (key–value dictionary)

✅ Example commands:

  • HashSetAdd, HashSetHasValue

  • ListAppend, ListRemoveAt

  • DictSet, DictGet

✅ Use Cases:

  • Managing item inventories

  • Tracking quest objectives

  • Storing dialogue choices

See the Command Encyclopedia for specific command usage.

Last updated