> For the complete documentation index, see [llms.txt](https://guide.strikepack.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.strikepack.com/horizon/manuals/macro/controlinterrupt.md).

# 2. Controller Interrupt Behavior

| ***Found under*** <img src="/files/QD9qVpfY3MElYlZAzy8a" alt="" data-size="line">**Settings&#x20;*****in Macro GAMEPACK**,* "**Controller Interrupt Behavior**" covers moving sticks or pressing buttons during playback. | <img src="/files/lmu8AWe9Ip9DbvW4Rrw9" alt="" data-size="original"> |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------- |

| <img src="/files/mYW738vX5ADEccu6LVRv" alt="" data-size="original"> | <img src="/files/QRt2GfKMMRdVHbxbJWsJ" alt="" data-size="original"> |
| ------------------------------------------------------------------- | ------------------------------------------------------------------- |

**Block Inputs** will prevent you from messing with your controller during macro playback.

***

**Pass**-**Through Inputs** will grant you full access to your controller during macro playback.

* This option is especially useful when your macro is dependent on your direction or camera positioning in the game world.

***

You can also have your controller **Stop Macro**, **Restart Macro**, or **Pause Macro** during playback.

***

If **Mapped Stop** is selected, your controller will pass through & in addition to the <img src="/files/2lTbgkJvbrlMoA8jc7kj" alt="" data-size="line">**VIEW**/<img src="/files/Hut5VHSMPm7OmTKPgLrz" alt="" data-size="line">**TOUCH ACTIVATOR***,* any controller buttons that you have mapped to the Paddle Button in use will stop macro playback.

***

{% hint style="info" %}
Opinions will vary on the best option, so it is best to just try them out!
{% endhint %}

After making your selection, <img src="/files/FTIPMMo2lFVsDuBcyTX7" alt="" data-size="line">tap the <img src="/files/dpReF9U32yw5i8PfsY5K" alt="" data-size="line">back-arrow at the top-left to return to the Dashboard.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://guide.strikepack.com/horizon/manuals/macro/controlinterrupt.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.
