```
**Important: Strings need to have `'` at the beginning and end, otherwise they do not work.**
### Sequences
- ``
- `name` The name of your sequence. This will show up in the mesh variation dropdown and UnitSequence/UnitSequenceTrigger elements.
- `editable_state` Makes the sequence show up in the mesh variation dropdown and UnitSequence element. *
- `triggable` Makes the sequence show up in the UnitSequenceTrigger element *
* Both editable_state and triggable are optional. Sequences will run and trigger without them, you just have to type in the sequence name manually into the elements.
* ****That's probably how it's supposed to work, however testing showed that having either of them set to true will make it show in both UnitSequence and UnitSequenceTrigger, as well as the mesh variation dropdown.***
- `once` true / false | Sequence can only run once.
- `` Used to toggle individual graphic objects.
- `name` Name of the object. Usually start with "g_".
- `enabled` true / false
- `` Used to toggle graphic groups.
- `name` Name of the graphic group.
- `visibility` true / false
- `