# Projectiles Quick Editor

This tool lets you batch edit the **Behavior** and **Spawn Behavior Modification** objects attached to many Projectiles at once.

Start by selecting multiple Projectiles, and choose **Window/Projectile Factory/Helpers/Projectiles Quick Editor** to load the Editor window.

<figure><img src="/files/ut7xhoTFLhpax5s0sStB" alt=""><figcaption><p>This window shows all the Behaviors on the 5 selected Projectiles</p></figcaption></figure>

All of the Behavior or Spawn Behavior Modification objects attached to ANY of the selected objects will appear here. There is also a drop down to select another behavior object from your project.

There are three actions you can take, each of which can be undone.

## Add to All

Choose a new object from the list, and then click "**Add to All**" to add that behavior to any of the selected Projectiles that does not already have it.&#x20;

## Remove

Clicking the "**Remove"** button by each of the objects in the list will remove this Behavior or Spawn Behavior Modification from any of the selected Projectiles which have it.

## Replace

Clicking the "**Replace"** button will replace the object from that list with the one from the drop down on the top. Only Projectiles which have the behavior object in the list will get the replacement.


---

# 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://infinitypbr.gitbook.io/magic-pig-games/projectile-factory/projectile-factory-documentation/helper-tools/projectiles-quick-editor.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.
