# Additional Starting Positions

The Additional Starting Position configuration allows you to add an infinite amount of replica ability objects in different starting positions/rotations which will be created when the ability initiates.

This functionality allows you to add extra graphics and/or colliders in another location when the ability initiates. Both Melee and Projectile [type abilities](/abc-toolkit/abc-components/general-settings/settings.md#ability-types) can have additional starting positions set. Each replica ability will travel and interact to what has been configured for the ability.&#x20;

{% hint style="info" %}
This functionality can be used for to make 2 fireballs fire from both hands or for melee attacks to have each fist apply damage.
{% endhint %}

![](/files/-Mj-AC4Y1DGcEfXSpA19)

## Setting Up Additional Starting Positions

An additional starting position (an extra ability replica) can be added by pressing the ''Add Additional Starting Position' button at the top of this section.&#x20;

Once pressed a set of settings will appear for you to select at what position the replica ability will spawn at. Each time the 'Add Additional Starting Position' is pressed a new set of settings will appear.&#x20;

![](/files/-Mj-G_16L9f6xwFYt_Yj)

For each additional starting position you can set where the replica ability will spawn, the delay before the ability spawns after initiation (either through a timed delay or at the initiating animation percentage) and any position or rotation offsets.&#x20;

{% hint style="info" %}
When setting up hand to hand combo's, time the additional starting positions so the ability will appear at the right hand/foot when the animation is attacking with that body part.
{% endhint %}

![](/files/-Mj-I22spjG7YaVZ7Z8o)

{% hint style="warning" %}
It is highly recommended to read the tooltips in the blue boxes for a full description on what each setting does&#x20;
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://dicelockstudio.gitbook.io/abc-toolkit/abc-components/position-and-travel/additional-starting-positions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
