# Function: addOnPreContinue() (/jsdoc/pixi-vn/index/namespaces/Game/functions/addOnPreContinue)



\> **addOnPreContinue**(`handler`): `void`

Defined in: [src/index.ts:436](https://github.com/DRincs-Productions/pixi-vn/blob/998c1a75c5978f24c0dc137af5f42b90b2803967/src/index.ts#L436)

Register a handler to run immediately before a narration "continue" operation.
Handlers are executed in registration order and may be async. Use
`{@link addOnPreContinue}` / `{@link removeOnPreContinue}` to manage them programmatically.

Parameters [#parameters]

handler [#handler]

() => `void` | `Promise`\<`void`>

Returns [#returns]

`void`
