# advanceRequestsBeforeCancellingLine

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

## Summary

The number of times that a 'hurry up' signal occurs before the line advancer requests that the next line be shown.

```csharp
public int advanceRequestsBeforeCancellingLine = 2;
```

## See Also

* [LineAdvancer.multiAdvanceIsCancel](https://docs.yarnspinner.dev/api/csharp/yarn.unity/yarn.unity.lineadvancer/yarn.unity.lineadvancer.multiadvanceiscancel): If `true` , repeatedly signalling that the line should be hurried up will cause the line advancer to request that the next line be shown.
