> 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.unity/yarn.unity.lineadvancer/yarn.unity.lineadvancer.multiadvanceiscancel.md).

# multiAdvanceIsCancel

Field in [LineAdvancer](/3.1/api/csharp/yarn.unity/yarn.unity.lineadvancer.md)

## Summary

If `true` , repeatedly signalling that the line should be hurried up will cause the line advancer to request that the next line be shown.

```csharp
public bool multiAdvanceIsCancel = false;
```

## See Also

* [LineAdvancer.advanceRequestsBeforeCancellingLine](/3.1/api/csharp/yarn.unity/yarn.unity.lineadvancer/yarn.unity.lineadvancer.advancerequestsbeforecancellingline.md): The number of times that a 'hurry up' signal occurs before the line advancer requests that the next line be shown.
