> 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/eventtime.md).

# 8. Event Time

<figure><img src="/files/n1hXc4rkEVnRhEinN7AO" alt=""><figcaption></figcaption></figure>

## Event Time

<figure><img src="/files/EoZ7m9C4dcmsd1t0Vcxd" alt=""><figcaption></figcaption></figure>

There are now some quality of life "**Event Time**" features.

<details>

<summary>Page Contents</summary>

[**Event Time**](#event-time)

[**Reset All to Default Time**](#reset-all-to-default-time)

[**Convert to 4ms/10ms Increment**](#convert-to-4ms-10ms-increment)

</details>

### Reset All to Default Time

The "**Reset All to Default Time**" button works in conjunction with the "**Default Event Time** (**ms**)" slider setting.  It is a quality of life feature for when you want all time blocks to match the same time.

* To proceed, <img src="/files/WKxGM5nEvfMbZOqHLzmA" alt="" data-size="line">**HOLD** the "**Reset All to Default Time**" button until it glows.  All time blocks will now change together as you <img src="/files/WKxGM5nEvfMbZOqHLzmA" alt="" data-size="line">**DRAG** the "**Default Event Time** (**ms**)" slider around.  <img src="/files/FTIPMMo2lFVsDuBcyTX7" alt="" data-size="line">**TAP** "<mark style="color:red;">**Confirm**</mark>" to make this change, or you can "**Cancel**" the change.

<div><figure><img src="/files/T9V1ZQ2nILcSn7wCAZme" alt=""><figcaption><p>Hold the "<strong>Reset All to Default Time</strong>" button until it glows.</p></figcaption></figure> <figure><img src="/files/y79hjQid2XXwI6d2USgv" alt=""><figcaption><p>1: Drag the "<strong>Default Event Time</strong>" slider to change all times.  2: Tap "<mark style="color:red;"><strong>Confirm</strong></mark>" to make the change, or "<strong>Cancel</strong>".</p></figcaption></figure></div>

***

### Convert to 4ms/10ms Increment

The "**Convert to 4ms Increment**" button converts timing to multiples of 4ms, instead of the usual 10ms.  This synchronizes with the timing of **STRIKEPACK HORIZON**™ products to make timing more precise.  In most cases though, this will be unnecessary for your game.  Following the conversion to "**4ms Increment**", any time block that is NOT currently a multiple of 4 will be changed/rounded up.  Because "**4ms Increment**" takes up more resources, any time block exceeding 2040ms will be truncated.  Converting back to "**10ms Increment**" WILL NOT restore truncated time.

* To proceed, <img src="/files/WKxGM5nEvfMbZOqHLzmA" alt="" data-size="line">**HOLD** the "**Convert to 4ms Increment**" button until it glows.  <img src="/files/FTIPMMo2lFVsDuBcyTX7" alt="" data-size="line">**TAP** "<mark style="color:red;">**Confirm**</mark>" to make this change, or you can "**Cancel**" the change.  You can also do the same to "**Convert to 10ms Increment**".

<div><figure><img src="/files/UwBvXXOWlMVRKhXxpyIz" alt=""><figcaption><p>Hold the "<strong>Convert to 4ms Increment</strong>" button until it glows.</p></figcaption></figure> <figure><img src="/files/VgrDU6dLSynto1oqzqTT" alt=""><figcaption><p>Tap "<mark style="color:red;"><strong>Confirm</strong></mark>" to make the change, or "<strong>Cancel</strong>".</p></figcaption></figure></div>


---

# 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, and the optional `goal` query parameter:

```
GET https://guide.strikepack.com/horizon/manuals/macro/eventtime.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
