they are for creating roman fights
formations of groups of enemies
there you can set up how enemies run around when asterix is nearby
and which enemy class is there
Spork can give you more details on how to setup those
A enemy squad always has predefined positions for enemies, these are the **Choreokeys**
A **Choreography** is just a group (or list) of choreokeys which the squad will loop through. Each key has a duration, after this time expires it will transition to the next Choreokey in the Choreography, or go back to the first one if it reached the end
Choreokeys also have flags which specify how the enemies should move (Can they run? Do they attack? Should they look at Asterix? ...)
Most Squads have several choreographies, one for when the enemies are passive and patrolling/guarding the area and another for when they attack asterix
If a choreographie has only one choreokey, do the ennemies always stay there when passive?
**New Choreokey** will insert a new choreokey to the last choreography of the squad
**New Choreography** will insert a new choreography, but this feature is kind of useless since the squad cannot enter this new choreography so you can ignore that one ^^
If it has no key, then they will just stay in that key
I think I understood the concept, thank you
the first choreography is usually when the enemies are passive, but this is not always the case
You can also duplicate choreokeys, which will insert an exact copy of the current choreokey to the position you specified
I have an old demonstration video: https://www.youtube.com/watch?v=uXxR__CYxQM
That will certainly be useful
If you have questions, I'm here ^^