# runSelectedOptionAsLine

Field in [DialogueRunner](https://docs.yarnspinner.dev/api/csharp/yarn.unity/yarn.unity.dialoguerunner)

## Summary

If this value is set, when an option is selected, the line contained in it ( [Line](https://docs.yarnspinner.dev/api/csharp/yarn/yarn.optionset/yarn.optionset.option/yarn.optionset.option.line) ) will be delivered to the dialogue runner's dialogue presenters as though it had been written as a separate line.

```csharp
public bool runSelectedOptionAsLine = false;
```

## Remarks

This allows a Yarn script to
