# multiAdvanceIsCancel

Field in [LineAdvancer](https://docs.yarnspinner.dev/3.1/api/csharp/yarn.unity/yarn.unity.lineadvancer)

## 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](https://docs.yarnspinner.dev/3.1/api/csharp/yarn.unity/yarn.unity.lineadvancer/yarn.unity.lineadvancer.advancerequestsbeforecancellingline): The number of times that a 'hurry up' signal occurs before the line advancer requests that the next line be shown.
