> For the complete documentation index, see [llms.txt](https://docs.yarnspinner.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yarnspinner.dev/3.1/api/csharp/yarn/yarn.dialogue/yarn.dialogue.nooptionselected.md).

# NoOptionSelected

Field in [Dialogue](/3.1/api/csharp/yarn/yarn.dialogue.md)

## Summary

The value to indicate to the dialogue runner that no option was selected and dialogue should fallthrough to the rest of the program.

```csharp
public const int NoOptionSelected = -1;
```
