> For the complete documentation index, see [llms.txt](https://scripting.breeze.rip/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://scripting.breeze.rip/api/functions/rotationmanager.setpriority.md).

# rotationManager.setPriority

> **setPriority**(`priority`): `void`

Set this script’s rotation priority. Higher runs earlier.

### Parameters

#### priority

`number`

Integer priority value.

### Returns

`void`

### Example

```ts
rotationManager.setPriority(8);
```
