---
name: DialogTone
last_updated: 2026-06-11T23:11:58Z
type: enum
summary: "Sets the Dialog.Tone of a Dialog object, which influences how the dialog appears."
---

# DialogTone

Sets the [Dialog.Tone](/docs/reference/engine/classes/Dialog.md) of a [Dialog](/docs/reference/engine/classes/Dialog.md) object, which influences how
the dialog appears.

**Type:** enum

## Items

| Name | Value | Description |
|------|-------|-------------|
| `Neutral` | 0 | Causes the dialog to have a blue bar on its left-hand side. |
| `Friendly` | 1 | Causes the dialog to have a green bar on its left-hand side. |
| `Enemy` | 2 | Causes the dialog to have a red bar on its left-hand side. |