Formation: Set object in start position

Morphus

New member
Is there a way using formation, to set all object in their respective position in the formation?
I know that if you start movement, the object will move to their position, but I want to skip this step, I want everyone to "start" in position

THank
 
There isn't anything built in for that, but you could modify the FormationGroup class to support a scenario. When the agent joins a group the MoveStatus changes for each agent and in your scenario I would add a new move status that changes the agent position immediately.
 
Top